mIRC Home    About    Download    Register    News    Help

Print Thread
#153524 18/07/06 04:45 PM
R
raps
raps
R
would be possbile to add &binvar instead of openning file?
ie: /fopen name <filename | &binvar>

i would find this really usefull as i stored incoming socket data into hash table and parse
long lengths which exceed mirc 900 chars limit into smaller parts
/ chunks of specfiy lines/text,

without having save dump to file/ then delete them after using fopen


thank. smile

#153525 18/07/06 11:06 PM
D
DaveC
DaveC
D
Its not exactly a the same thing as a file , but i could see how it could be usefull /fseek is more usefull than any binvar command by far.

But do you experence much disk access delay saving to a file then parsing and then deleting?

#153526 19/07/06 09:41 AM
R
raps
raps
R
not much delay if its small amount of data smile would still prefer use memory than write/read/delete a file :> makes it more clean/tidy imho


Link Copied to Clipboard