ParseToNumber Command

From GeoGebra Manual
Revision as of 21:19, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
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