June 2001
Intermediate to advanced
526 pages
16h 29m
English
number
String
|
list with one item |
integer to real
|
real to integer (unless real has a fractional part) |
set theNumber to 25 as number
number
is a synonym for real or
integer. However, the class for a
number with a decimal point will be a
real, and the same goes for a whole number (its
class will be integer). Here are some
illustrations of this:
Set theNum to 25 as number
Set theNum to 25.1 as number
In other words, the number data type can be used
in AppleScript, but its actual class will be either
integer or real.
Read now
Unlock full access