LineNumber =  text .line .number .get  (  Text  )  
                                     
Description :

This instruction returns the number of lines in a text string.

Parameters :

  • Text to scan.

Return Value :

  • Number of lines.

Examples :