convertToFloat() Operation for Strings
Syntax  | 
  | |
|---|---|---|
Semantics  | Converts the lexical representation of a float (e.g.  1.2345 ) to a Float type. The float string is considered until a non-numeric character is found (digits, signs, E and e are considered valid numeric characters for this parameter as specified in the format). The format used is: If the conversion is not possible, an error message is raised (for instance:   | |
Substitutables  | 
  | Can be any variable or object attribute having the type String.  | 
  | String literal.  | |
Examples  | 
        CODE
     
    
 | |
ActionScript_Calculations_Example
Click here to download a simple example model that shows how to use Action Script to perform simple Integer, Float and DateTime calculations with Scheer PAS Designer.