[futurebasic] Splitting a Edit Field up

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2004 : Group Archive : Group : All Groups

From: Brian Heibert <bheibert@...>
Date: Fri, 03 Sep 2004 18:09:03 -0500
Hi,
I am getting text from my edit field using this below:

runcode$ = EDIT$(1)

How do I split it up into lines like
Line 1, Line 2, Line 3, etc.

Brian