Product: LABELVIEW, CODESOFT
Version: All Versions
|
Extract (<<string>>,<<sep>>,<<pos>>): Returns the substring from the character string <<string>> at the specified position <<pos>> that contains data separated by the string <<sep>>.
Example: Extract("1,2,3,4",",",3) = 3
|