Hello Attiahia,

The macro @IPADDRESS0 will give you the users IP address.

SAMPLE:

code:
SELECT
CASE (SUBSTR(@IPADDRESS0,1,7)) = "126.132"
$MyVariable = "Install"
CASE (SUBSTR(@IPADDRESS0,1,7)) = "126.130"
$MyVariable = "Don't install"
CASE 1
$MyVariable = "Don't install"
ENDSELECT

Please check in the manual and search the board for further assistance and ideas.

Here is a link that talks about getting IP information. IP Address methods

HTH...

[ 27 October 2001: Message edited by: NTDOC ]