T
Tony
I'm looking to load an ascii file's contents into a string, and
compare it against a string pulled down from a database table.
And if the database table string does not match the string in the
variable loaded from the file, dump to a long what's missing from the
table's string or what's extra in the table string.
I know I can do a string.compare and get a boolean true/false, but can
someone point me in the right direction on the how-to of parsing of
text to do what I need?
Thanks,
Tony!
compare it against a string pulled down from a database table.
And if the database table string does not match the string in the
variable loaded from the file, dump to a long what's missing from the
table's string or what's extra in the table string.
I know I can do a string.compare and get a boolean true/false, but can
someone point me in the right direction on the how-to of parsing of
text to do what I need?
Thanks,
Tony!