Difference between revisions of "number"

From OpenKore Wiki
Jump to navigation Jump to search
m (Created page with '== Overview == Number. May be a fractional value (with dot <code>.</code> separator) or just an integer. Empty string (unset option) or strings starting with non-numeric charac…')
(No difference)

Revision as of 11:42, 12 September 2012

Overview

Number. May be a fractional value (with dot . separator) or just an integer.

Empty string (unset option) or strings starting with non-numeric characters are evaluated as in Perl, usually to 0.

Notes

This is not a range. Values like "= 11" would just evaluate to 0.