I am using Delphi 2007. Well yes i am looking to make a list of strings, because this function prevents unauthorized usage. It searches for the Hardware ID and matches it to the string and i am trying to add multiple hardware id's for my clients. here is the function
var
HardID : String =...
No it does not work, there is a function in my program that gets a Unique id from the computer and checks if it matches the one in the ID : string = that is where i am stuck, i can add my unique id in that string but i want to add multiple.
So let's say i have this string in my var
ID : String = 'TEST1';
How can i add another set of numbers and letters like 'TEST2' in that same string?
ID : String = 'TEST1','TEST2';
It gives me an error when i put it like this. THX FOR ANY HELP!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.