Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
strlen [2019/05/22 14:08] neilsstrlen [2019/05/22 20:15] (current) neils
Line 5: Line 5:
   strlen!(<string pointer>)   strlen!(<string pointer>)
      
-The ''STRLEN()'' function returns the length of a string. The function accepts a string pointer (a literal string, a string pointer or a string pointer expression) and returns a byte.+The ''STRLEN()'' function returns the length of a string. The function accepts a string pointer (a literal string, a string pointer or a string pointer expression) as its single argument and returns a byte.
  
 Example: Example: