Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

String Length

Former Member
0 Likes
342

Hi everybody, does anyone know if there is a function to get the string length of a given text? For example "abcdefg" the length is 7.

Regards.

1 REPLY 1
Read only

Former Member
0 Likes
319

I found it:

int = strlen ( var )