EVAL

From SphereWiki
Revision as of 20:41, 28 November 2013 by XuN (talk | contribs) (Created page with "=Description= The main purpose of EVAL is to retrieve the specified number as Decimal, usefull for tags/vars/locals... wich gives results as Hex by default. There is an exampl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

The main purpose of EVAL is to retrieve the specified number as Decimal, usefull for tags/vars/locals... wich gives results as Hex by default. There is an example:

Usage

[Function test]
local.value=10
say Default:<local.value>, Eval: <eval <local.value>>

Notes

You can short it by using <dlocal.value>,<dtag.value> or <dvar.value>.