Page 1 of 1

Real = float?

PostPosted: Sun Jan 25, 2009 5:52 pm
by Kalladdolf
Just making sure: There were three types of variables: Integer, string and real.
Was the "real" variable type the one you get when you use the "float" command? The one that would recognize numbers between zero and 1?
I thought I'd better ask before I decide to get comfortable and make mistakes.
Thank you.

Re: Real = float?

PostPosted: Sun Jan 25, 2009 8:09 pm
by skydereign
Real is a float. Real was to signify the 'real' number, not just rounded.

Re: Real = float?

PostPosted: Sun Jan 25, 2009 8:21 pm
by Kalladdolf
Right, thanks for the reassurance.