NewText =  text .left .extract  (  Text ,  Lenght  )  
                                     
Description :

This instruction extracts part of a text string, starting from the left.

Parameters :

  • Text to compute.
  • Lenght to extract.

Return Value :

  • Extracted Text.

Examples :