MAXLONG is for a signed 4D longint -- so your IP which is greater than MAXLONG would be expressed as a negative number (4D doesn't have an unsigned longint in its language).
-- Jeffrey Kain [email protected] > On Jan 16, 2017, at 1:18 AM, Kirk Brooks <[email protected]> wrote: > > Miyako, > I must be missing something here. > > On Sun, Jan 15, 2017 at 4:54 PM, Keisuke Miyako <[email protected]> > wrote: > >> it is now recommended to use >> >> WEB GET OPTION >> http://doc.4d.com/4Dv16/4D/16/WEB-GET-OPTION.301-3036901.en.html > > I plugged the IP into an on-line IP converter which gives me > > 192.168.1.3 => 3232235779 or 0xC0A80103 > > > But this is bigger than MAXLONG = 2147483647 => 127.255.255.255 ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

