ParseToNumber Command

From GeoGebra Manual
Revision as of 16:17, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
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