From: Brian Heibert <bheibert@...> Date: Tue, 31 Aug 2004 18:22:30 -0500
Hi,
I am getting the text from my edit field using this:
runcode$ = EDIT$(1)
How do I separate the mulitple lines of text
For example get the text
PRINT "hello world!"
INPUT "What is your name?";name$
Into individual lines?
Brian