Two lines (or more) of defined variables?
Oldbitcollector (Jeff)
Posts: 8,091
Some of my programs make extensive use of variables making my PUB line scroll on forever..
PUB main | variable_one, variable_two, variable_three, variable_four, variable_five, variable_six, variable_seven, ...........
Is it possible to place these on more than one line somehow for easier viewing, etc?
Thanks
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
PUB main | variable_one, variable_two, variable_three, variable_four, variable_five, variable_six, variable_seven, ...........
Is it possible to place these on more than one line somehow for easier viewing, etc?
Thanks
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Thanks!
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
When I worked for the Army I required a contractor to supply the source code.· Each variable was declared on a separate line.· However, the entire program had no comments.· Later, I met the programmer.· I told him that I declared variables on separate lines and commented the variable.· He said that he did the same.· I showed him a printout of the source code we had been supplied.· His reply is not printable here.· I guess that is why they kept him away from most meetings.
John Abshier