Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need help with qbasic print areas
#3
Variable types:

STRING = $
INTEGER (whole numbers) = %
LONG (large integers) = &
SINGLE (decimal point numbers) = !
DOUBLE (large decimal point numbers) = #

Use the above variable suffixes or DIM AS the type needed.

DIM age AS INTEGER

Ted
Get my QB demonstrator here: http://dl.dropbox.com/u/8440706/Q-Basics.zip
Reply


Messages In This Thread
Re: need help with qbasic print areas - by Moneo - 03-09-2009, 05:09 AM
Re: need help with qbasic print areas - by Clippy - 03-09-2009, 10:50 PM
Re: need help with qbasic print areas - by Ralph - 03-12-2009, 03:47 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)