Re: CF Functions Help Requested

2002-10-01 Thread Jochem van Dieten
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

CF Functions Help Requested

2002-10-01 Thread Tony Reynolds
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 hex