ParseToNumber Command

From GeoGebra Manual
Revision as of 08:58, 12 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
Jump to: navigation, search


ParseToNumber( <Number>, <String> )
Parses the string and stores the result to a number a, which must be defined and free before the command is used.
Example: Define a = 3 and text1 = "6". ParseToNumber(a, text1) returns a = 6.
Notes:
© 2024 International GeoGebra Institute