Date:  07/18/2007 08:06:47 AM Msg ID:  003458
From:  Valter herman Thread:  003458
Subject:  UrlEncode in Foxweb 3.3
I am running FoxWeb version 3.3 and reviewing some pre-existing code from my predecessor.  There are many references to the function URLEncode even though I don't see an explicit declaration of UrlEncode from the foxweb.dll module in the code.

Am I to understand that UrlEncode is automatically declared and available in Foxweb 3.3?  Note: I'm not referring to Server.UrlEncode.  Sample code is something like:

URLEncode(TRIM(webusr))