Bay Six Software Forum Index Bay Six Software
Beyond the Basics
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Data_types

 
Post new topic   Reply to topic    Bay Six Software Forum Index -> VFScript
View previous topic :: View next topic  
Author Message
Brent
Site Admin


Joined: 01 Jul 2005
Posts: 797

PostPosted: Jan 15th, 2012, 8:48pm    Post subject: Data_types Reply with quote

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
View user's profile Send private message Send e-mail
Brent
Site Admin


Joined: 01 Jul 2005
Posts: 797

PostPosted: Jan 31st, 2012, 8:44pm    Post subject: Re: Data_types Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Bay Six Software Forum Index -> VFScript All times are GMT
Page 1 of 1
Jump to:  
Quick Reply
Username:
Message:
   Shortcut keys: Alt+Q to activate, Alt+P to preview, Alt+S to submit
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



Lo-Fi Version
Powered by phpBB © 2001, 2005 phpBB Group