Allen Bradley 1771-DB/B - it's basic

J

Thread Starter

Jeffrey D. Brandt

OK, here's a good one.

Enter the following lines into the BASIC module

10 PRINT USING(###),A
20 PRINT USING (###),A

then LIST, and
10 PRINT USING(###),A
20 PRINT USING(###),A
appears

RUN, and
20 PRINT USING(###),A
Syntax error------^

Hmmmmmm. Turns out that the little extra space
makes all the difference. The weird thing is that
the lines are both entered differently, but LIST
the same.

And, don't even ask what AB said...not my
favorite subject. Ask offline, and I'll share..

|---] [----------------------------( )--|
Jeffrey D. Brandt, Senior Systems Engineer
EMAIL: [email protected]
Cell/Voice Mail: (717) 507-4493
- - -
Carpenter Engineering, Inc.
Lebanon, PA 17046
http://www.carpenter-eng-inc.comph. (717) 274-8808, fax (717) 274-8809
|---] [----------------------------( )--|
 
Top