Hey, I seem to have a few problems
1. I want to use Records ex.
User=Record
Username: string;
Password: string;
Now if I want to compare one of those with a string it doesnt work ex.
User.Username = TEMP
it will give me an error ''Operator is not overloaded''
Why can't it compare the two variables?
2. How can I write an array into a string or read out an array to compare the single cells with a variable? Like the cell 1 of the array is equal to a sring? Here an example that I made that doesnt work
Example[1] = TEMP
if I try that it will not work because it says cant read or write from this type of Variable
Can somebody help me there? Thx a lot in Advance