hii..i'm new foe LN programming ...
is there any possible for reading a entire file with in single line from clien machine.?????
i did use while loop for reading entire file but it does not work ...it read again and again same record ..
seq.read.local(record,size,fp)
while len(strip$(record)) > 0
seq.write.local(record,size,fp1)
record=""
seq.read.local(record,size,fp)
endwhile
any thing wrong in this ??:(:confused:
is there any possible for reading a entire file with in single line from clien machine.?????
i did use while loop for reading entire file but it does not work ...it read again and again same record ..
seq.read.local(record,size,fp)
while len(strip$(record)) > 0
seq.write.local(record,size,fp1)
record=""
seq.read.local(record,size,fp)
endwhile
any thing wrong in this ??:(:confused: