Microsoft Dynamics AX, Sharepoint and .NET (C#, ASP.NET) development blog.
Showing posts with label
strlen
.
Show all posts
Showing posts with label
strlen
.
Show all posts
Tuesday, July 26, 2011
Get the length of a string in x++
str _myString = '123456789';
int _len;
;
len = strlen(myString);
info(strfmt('%1', len);
returns 9
Older Posts
Home
Subscribe to:
Posts (Atom)