Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > S

SSUBCD

Scroll Prev Top Next More

(SSUBCD(text,n,delimiter))

 

Captures substring number n from text, returning a text string. Substrings in text are separated with a specified custom delimiter.

 

In the following example, the value for vSubString is "Reports".

 

SET VAR vSubString = (SSUBCD('Forms|Reports|Labels',2,'|'))