Length =  text .char .number .get  (  Text  )  
                                     
Description :

This instruction returns the length (in characters) of a string.

Parameters :

  • Text to compute.

Return Value :

  • Number of characters.

Examples :