which is faster (a repeat structure question)
Shao Sean
shaosean at unitz.ca
Thu Sep 26 03:51:01 EDT 2002
> put url("file:"&it) into inputData
you store the data
> replace numToChar(i) with ("=" & toUpper(baseConvert(i,10,16))) \
> in inputData
you convert the data
> -- TEST 2
but for test2 the data is still converted..
> put the milliseconds into tStart
> repeat for each char inputDataChar in inputData
> if (charToNum(inputDataChar) >= 127) then
> put "=" & toUpper(baseConvert(charToNum(inputDataChar),10,16)) \
> after outputData
> else
> put inputDataChar after outputData
> end if
> end repeat
More information about the metacard
mailing list