>   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

_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to