NewText =  text .extract  (  Text ,  Position ,  Length  )  
                                     
Description :

This instruction extracts text from a string.

Parameters :

  • Text to compute.
  • Start position in the text.
  • Lenght to extract.

Return Value :

  • Extracted Text.

Examples :