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
Next revisionBoth sides next revision
new:number_parsing [2018/02/17 22:43] korshunnew:number_parsing [2018/02/18 01:56] korshun
Line 42: Line 42:
   * ''PARSENUMBER_OVERFLOW'' -- the value is out of [[limits|range limits]] of ''int''. The second value is either ''INT_MIN'' or ''INT_MAX'', depending on the sign of the input number.   * ''PARSENUMBER_OVERFLOW'' -- the value is out of [[limits|range limits]] of ''int''. The second value is either ''INT_MIN'' or ''INT_MAX'', depending on the sign of the input number.
   * ''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''. Any default base can be overriden by a base prefix.
  
  
new/number_parsing.txt · Last modified: 2018/02/18 18:01 by korshun