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)

Tony
----------------------------------------
There are two rules for ultimate success in life:
(1) Never tell everything you know.

----------------------------------------
Keep on Truck'n

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

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

Reply via email to