Hi,
I've a basic question about file management.
What would be the HS equivalent of the classic loop:
while not EOF
read line
do something
end while
I understand, if the data is < 10K, no problem, it fits at once in a single 14Byte var, and from then on, one can work on it with memory var.
But if I want to work on the HS Login List (32K text, 98K html), how can I exploit the file?
If there are 500 lines in the file, I'm going to write 500 modules ? No I guess
As an aside: is it possible to call an "external" application ? and eventually re-import the data into the HS ?
Thank you in advance for your patience with a newbie
Raymond
PS: sorry if the topic has alreaddy been discussed, but can't find it in the old forum (not sure about the keywords for search)
I've a basic question about file management.
What would be the HS equivalent of the classic loop:
while not EOF
read line
do something
end while
I understand, if the data is < 10K, no problem, it fits at once in a single 14Byte var, and from then on, one can work on it with memory var.
But if I want to work on the HS Login List (32K text, 98K html), how can I exploit the file?
If there are 500 lines in the file, I'm going to write 500 modules ? No I guess

As an aside: is it possible to call an "external" application ? and eventually re-import the data into the HS ?
Thank you in advance for your patience with a newbie
Raymond
PS: sorry if the topic has alreaddy been discussed, but can't find it in the old forum (not sure about the keywords for search)

Kommentar