 |
Bay Six Software Beyond the Basics
|
View previous topic :: View next topic |
Author |
Message |
Brent Site Admin
Joined: 01 Jul 2005 Posts: 793
|
Posted: Jan 15th, 2012, 8:48pm Post subject: Data_types |
|
|
Code: | ***** 14-Jan-2012
They may have only a single dimension.
They are limited in size only by LB's memory limitations.
The lowest subscript is always zero.
***** 15-Jan-2012
They may have only a single dimension.
They are limited in size only by Liberty BASIC's memory limitations.
The lowest subscript is always zero.
***** |
_________________ Brent |
|
Back to top |
|
 |
Brent Site Admin
Joined: 01 Jul 2005 Posts: 793
|
Posted: Jan 31st, 2012, 8:44pm Post subject: Re: Data_types |
|
|
Code: | ***** 21-Jan-2012
Back to top <#top>
***** 31-Jan-2012
Conversions
VFScript will convert a string to a numeric type internally when needed.
This need arises when using operators and functions which expect a
certain type and will try to convert strings to the required type.
Integer type
The integer type can represent a number without a fractional part. The
range of values is virtually infinite.
Boolean type
The Boolean type is a variant of the integer type. Conceptually, a
Boolean is limited to two values--True and False. Practically, the value
of False is zero, and True is any integer value other than zero.
Real type
The real type can represent numbers with a fractional part.
Back to top <#top>
***** |
_________________ Brent |
|
Back to top |
|
 |
|
|
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|