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
new:number_parsing [2018/02/18 18:00] korshunnew:number_parsing [2018/02/18 18:01] (current) 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 may be overridden by a base prefix.+The parameter ''default_base'' sets the default base to parse the number in if it has no base prefix. Bases up to 36 are supported, using the following digits: ''0123456789abcdefghijklmnopqrstuvwxyz''. Digits beyond ''9'' are case-insensitive.
  
  
new/number_parsing.1518969642.txt.gz · Last modified: 2018/02/18 18:00 by korshun