HVAL

From SphereWiki
Revision as of 21:10, 28 November 2013 by XuN (talk | contribs) (Created page with "=DESCRIPTION= HVAL is the [http://en.wikipedia.org/wiki/Hexadecimal Hexadecimal] version of [http://wiki.sphere.torfo.org/index.php?title=EVAL EVAL], it returns the given valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DESCRIPTION

HVAL is the Hexadecimal version of EVAL, it returns the given values as HEX and it's the default numerical system used by Sphere and the one that will be used to store the numerical values you give in most variable types (TAG,VAR,LOCAL...).

USAGE

[FUNCTION TestHVAL]
LOCAL.str=<str>
Sysmessage=My real STR is <STR> and when it's stored Sphere uses this value <LOCAL.str>
Sysmessage=I can also get this value using <HVAL <STR>>