Tony Reynolds wrote:
> Can anyone help translate an ASP process into a CF process. I would rather
> do the process in CF if possible. The loop I can handle. It is the "Hex"
> function that eludes me.
> 
> 
>       For i = 1 To slen
>       hexResp = hexResp & " " &  Hex(CStr(Asc(Mid(resp, i, 1)))) & " "
>       Next
>       hexResp= trim(hexResp)

Looks like a function to convert something to hex on a char by char 
basis. I believe there is a UDF at cflib.org that does hex.

Jochem

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-community@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to