Xbasic
*substitute Function
Syntax
A *SUBSTITUTE(A expr,A tag1,A value1[,A tag2,A value2...])
Arguments
- expr
Any type
- tag1
Any type
- value1
Any type
- tag2
Any type
- value2
Any type
Description
Substitute 'local' tags in an expression - allows optimization of expressions with lots of repeated, potentially expensive tokens.
See Also