-
Notifications
You must be signed in to change notification settings - Fork 1
Strlen
mtbeek32 edited this page Feb 19, 2024
·
6 revisions
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
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.