Xbasic
*grouping_word_inside Function
Syntax
C *GROUPING_WORD_INSIDE(text as c,grouping as n,syntax as c[,syntax_only as l])
Arguments
- text
Character
- grouping
Numeric
- syntax
Character
- syntax_only
Logical
Description
Function to help parse nested delimiters - returns one of the outermost syntax elements.
See Also