XML Script logo
Example of strlen
Code
The length of number: 8909 1234 37645 = # strlen(8909 1234 37645) #
The length of string: '8909 1234 37645' = # strlen('8909 1234 37645') #
The length of: Alice in Wonderland = # strlen("Alice in Wonderland") #
Output
The length of number: 8909 1234 37645 = 13
The length of string: '8909 1234 37645' = 15
The length of: Alice in Wonderland = 19
Ref

x.7202

XML Script homepage | Documentation home | XML Script docs | Command list | Function list | X-Tract docs

X-Stream, X-Tract and XML Script are trade marks of DecisionSoft Limited
© Copyright 1998-2000 DecisionSoft Limited