Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > S

SGET

Scroll Prev Top Next More

(SGET(text,nchar,pos))

 

Gets nchar characters from text starting at pos, returning a text string.

 

In the following example, the value of vsget is BCD, the three characters starting in the second position of the text string.

 

SET VAR vsget = (SGET('ABCDE',3,2))