Hi Folks,
While learning DDT (I haven't used PB since 3.5 was a NEW release
) and so I'm finding that I fall back on the console compiler a lot (whatever works) I started wondering...
Is it possible to DIM more than one variable on a line?
The code would be: DIM x,y,z As LONG
Obviously you're not going to do this for major variable, but for little test programs and loop counters I've always found it useful.
John, Hypnotherapist Extraordinaire, NLP Trainer,
and Full Time Grad Student in Clinical Psychology
---------------------------------------------------
John Strasser
Phone: 480 - 344 - 7713
While learning DDT (I haven't used PB since 3.5 was a NEW release

Is it possible to DIM more than one variable on a line?
The code would be: DIM x,y,z As LONG
Obviously you're not going to do this for major variable, but for little test programs and loop counters I've always found it useful.
John, Hypnotherapist Extraordinaire, NLP Trainer,
and Full Time Grad Student in Clinical Psychology
---------------------------------------------------
John Strasser
Phone: 480 - 344 - 7713
Comment