Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ezeio2:scriptref:strval [2019-06-15 21:23] – created andreh | ezeio2:scriptref:strval [2024-02-05 23:20] (current) – andreh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Script reference ====== | + | ==== strval ==== |
| - | + | ||
| - | ==== strval( string[], index ) ==== | + | |
| Find the numeric value of a string. | Find the numeric value of a string. | ||
| Line 7: | Line 5: | ||
| === Description === | === Description === | ||
| - | < | + | < |
| - | strval will evaluate all digits starting at the index position until it encounters a non-digit. | + | strval will evaluate all digits starting at the index position until it encounters a non-digit |
| === Parameters === | === Parameters === | ||
| Line 15: | Line 13: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | | '' | ||
| === Return value === | === Return value === | ||
| Line 32: | Line 31: | ||
| </ | </ | ||
| - | + | <wrap hi>NOTE: The '' | |
| - | + | ||