28.11.2010, 17:07
You can use
!strcmp(IPz, "197.75.1", false, 8 )
as it will only check the first 8 characters. That means, it will detect if the IP starts with your string.
!strcmp(IPz, "197.75.1", false, 8 )
as it will only check the first 8 characters. That means, it will detect if the IP starts with your string.

