|
|||||||||||||||||||||||||||||
|
|
Anyone want a rudimentary printF function in Lingo? If you don"t then please delete this message. If you do, then this is the limit of the function. It only pads spaces after the last character, not before or after the decimal point. How do you call it? You call it like this: PrintF [[a,b], [c,d],...] or printF [[a,b]]. Ex: PrintF [[x,20],["-",1],[y,20]]. This will reserve 20 characters for x, add a seperating "-" sign and then reserve 20 characters for y. You have an virtually unlimited number of arguments you can pass in one PrintF.
|
|
|