ParseToNumber Command

From GeoGebra Manual
Revision as of 14:36, 14 December 2012 by Mathmum (talk | contribs) (spacing)
Jump to: navigation, search



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