[futurebasic] Re: [FB] List of variable types

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: jonathan <jonnnathan@...>
Date: Fri, 16 Nov 2001 20:51:10 +0100
le 2001/11/16 19:49, Paul Bruneau à paul_bruneau@... a écrit :

> Can someone point me to where I can find a complete list of all the
> types of variables available for use in FB?
> 
> I mean to use like this:
> 
> DIM myRect as RECT
> DIM myHnd as HANDLE
> DIM myPtr as POINTER TO RECT
> 
> I keep seeing new ones in sample code and I am wondering how many types
> I am missing.
> 
> Like, is there one for the PR record? Etc.

i think that most of us make them up as we go along...

seriously, this is a good point and i have often looked for same. most are
in the annexes of the ref manual, but effectively there are a few that are
not well documented.

:-j