Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
You can do so. Check the script in the On Next event of the "Verify Serial Number" screen. There, you can see how to use a global function named g_IsSerialNumberInList(). If you pass nil to strListName (which is the default), all lists of serial numbers will be checked. However, you can check if a given serial number can be found on a specific list as well by setting that name instead of nil.
Comment