number =  number .convert  (  string  )  
                           
Description :

This instruction converts a string into a float so that it can be used in mathematical formulae.

Parameters :

  • String. In order to be converted, the string must countain only numbers.

Return Value :

  • Float generated if the string countains only numbers, NULL otherwise.

Examples :