ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:number_parsing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
new:number_parsing [2018/02/18 17:58] korshunnew:number_parsing [2018/02/18 18:00] korshun
Line 41: Line 41:
   * ''PARSENUMBER_BADFORMAT'' -- the input string doesn't conform to the format. The second value is 0.   * ''PARSENUMBER_BADFORMAT'' -- the input string doesn't conform to the format. The second value is 0.
  
-The parameter ''default_base'' sets the default base to parse the number in. Bases up to 36 are supported, using the following digits: ''0123456789abcdefghijklmnopqrstuvwxyz''. Digits beyond ''9'' are case-insensitive. Any default base can be overridden by a base prefix.+The parameter ''default_base'' sets the default base to parse the number in. Bases up to 36 are supported, using the following digits: ''0123456789abcdefghijklmnopqrstuvwxyz''. Digits beyond ''9'' are case-insensitive. Any default base may be overridden by a base prefix.
  
  
new/number_parsing.txt · Last modified: 2018/02/18 18:01 by korshun