Is there any way to set multiple line display?
"Dog = 0, Cat = 1, Exit = 3"?->Z
Instead of showing on the screen
Dog = 0, Cat = 1, Exit = 3
I'm trying to make it
Dog = 0
Cat = 1
Exit = 3
Posted 22 January 2015 - 06:03 AM
Is there any way to set multiple line display?
"Dog = 0, Cat = 1, Exit = 3"?->Z
Instead of showing on the screen
Dog = 0, Cat = 1, Exit = 3
I'm trying to make it
Dog = 0
Cat = 1
Exit = 3
Posted 22 January 2015 - 01:45 PM
Solved...
ClrText
Locate 1,2,"Dog = 1"
Locate 1,3,"Cat = 2"
Locate 1,4,"Exit = 3"
?->Z
Posted 06 February 2015 - 08:50 AM
Or
"Dog = 1"
"Cat = 2"
"Exit = 3"
?->Z
Posted 21 June 2019 - 01:11 AM
0 members, 2 guests, 0 anonymous users