Strlen - ObjectVision/GeoDMS GitHub Wiki
String functions strlen(gth)
- strlen(string_dataitem)
strlen(string_dataitem) results in an uint32 data item with the length of each string value of argument string_dataitem.
data item string_dataitem with string value type
attribute<uint32> strlenA (ADomain) := strlen(A);
A | strlenA |
---|---|
'Test' | 4 |
'88hallo99' | 9 |
'+)' | 2 |
'twee woorden' | 12 |
' test met spatie' | 16 |
ADomain, nr of rows = 5