hi i had array whicle nearly 2 lakhs ascii character. Now i converting to character by following code
for i= 1 to ubound(AsciiArr ay) 'ubound size=2,00,000
str= str + Asc(AsciiArray( i))
next i
but it takes more than 10 minutes so i want to code which minimize this the time. could anyone help me.
with regards
Hisham
for i= 1 to ubound(AsciiArr ay) 'ubound size=2,00,000
str= str + Asc(AsciiArray( i))
next i
but it takes more than 10 minutes so i want to code which minimize this the time. could anyone help me.
with regards
Hisham
Comment