PRODUCT |

|

|
|

|
|
|
|
|
FAQ |
|

|
|
|
|
|
|
LEARN SCRIPTING |
|

|
|
|
|
|
|
|
|
|
|
SAMPLE SCRIPTS |
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
HELP / DOCUMENTATION |
|

|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
Help Page - make
( Some help pages may not display correctly in html because those help pages may have sample code in them, part of which may be mis-interpreted as html tags.
All help pages, including this help page, are available in biterScripting with the help command. )
|
|
Function
makereal, makeint, makestr, makebool
Purpose
A collection of functions that convert one data type to another.
Description
During evaluation of an expression, intermixed types
are automatically converted to the type of higher
operability.
Conversion to a type of lower operability
can be misleading, and therefore, must be
done explicitly using the makeXXXX functions.
The following list shows the operability order.
real <----------- Highest operability
int
str
bool <----------- Lowest operability
Please see individual functions for more details on
how each makeXXXX function performs the conversion.
See Also
makereal
makeint
makestr
makebool
systemvar
|
|
© 2008-2013, biterScripting.com. All rights reserved.
biterScripting, biterScript, biterBrowser, biterMobile, biterScripting.com, FVA (Forward Variable Assignment) are trademarks of biterScripting.com. Is it biterScripting-compatible ? is a service mark of biterScripting.com.
Explorer, Unix, Windows are trademarks, service marks or other forms of intellectual property of their respective owners.
|
|