New Input statement


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach on June 21, 2007 at 10:20:41:

It's soooo Koooolllll.
Did you know that the "new" (non-legacy) INPUT statement will SCROLL horizontally? The docs don't seem to mention this. At least I didn't notice it.
I coded

length 250 & Local longdata$
Clear
print (CS)
print @(0,1);'Enter'
Input @(0,3),longdata$
print @(10,0); "*"; longdata$; "*"
wait

when the cursor got the end of the window, the input field SCROLLed left!! WOW and WOW. Ya gotta love it. You can enter 250 characters in an 80 column space on the screen!!
Now I gotta try this with backgrounds surrounding the input field....


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]