For whichever one is ourputting a new line, try this:
Left$( >Enter output string here<, Len( >Enter output string here< ) - Len( NewLine$ ) )
Printable View
For whichever one is ourputting a new line, try this:
Left$( >Enter output string here<, Len( >Enter output string here< ) - Len( NewLine$ ) )
LB, thanks bunches. I had to modify your code a bit get rid of "" instead of "NewLine$" and it worked flawlessly. Now that the unneeded junk is out of the way, it was able to compare text properly and the checks are working as they should.
Tested with two different accounts within the table data on our database, an Administrator account vs a player account, and the Administrator account passed all three checks while the player account only passed the account name and password check. Authority check didn't pass on the player account which is just what I wanted.
Thanks to everyone for your replies and help. I gained quite a bit of knowledge with this and will continue to do my best to learn more about developing in MMF2 as well as actual programming. You all are great.
Thanks, Jesse~
It's what this community is here for :)