Please enable JavaScript to view this site.

Extract a sub-string from specified string.

Syntax

strMid(string source, int from, int count): string

source

Source string

from

Starting index (0-based)

count

Number of characters

Result

Return extracted string (could be "" if no data or invalid parameters)

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC