Re: Read Socket/Passed Parameters are what?

2000-12-23 Thread andu
Sivakatirswami wrote: write "RETR " serverFile CRLF to socket Q read from socket Q for 1 line --get data length stuff in here. . . read from socket transPasvIP with message "getData" on getData z --Where is z coming from? its not declared earlier. does the read

Re: slow export function

2000-12-23 Thread MMessieh
I have an "excel-like" spreadsheet Metacard stack with 26 multiple scrolling fields and 1000 lines of data. The "export" function takes several minutes to work! My script is: on writeFile content,filePath open file filePath write content to file filePath close file filePath end writeFile