How to read TextArea Line by Line?
Posted: Thu Aug 28, 2008 9:14 pm
How to read TextArea Line by Line?
I wanna ask about how do i read a TextArea Line by Line
e.g
my text area have 3 lines
v1234567
v1234555
v1234666
how do i get the record line by line like
when i read first line its return me v1234567
and then 2nd line return me v1234555
I would want to do it in a loop as I want to use the record in a loop
Regards and Thanks for all help.
I wanna ask about how do i read a TextArea Line by Line
e.g
my text area have 3 lines
v1234567
v1234555
v1234666
how do i get the record line by line like
when i read first line its return me v1234567
and then 2nd line return me v1234555
I would want to do it in a loop as I want to use the record in a loop
Regards and Thanks for all help.