Text =  text .char .number .set  (  Text ,  Length  )  
                                          
Description :

This instruction sets the length of a string.

Parameters :

  • Text to compute.
  • Number of characters.

Return Value :

  • New text.

Examples :