Hello all,
I'm trying to join 2 strings together to allo me to use less varibales and hopefully keep my scipts tidy.
I've tried ASSIGN "ABC" TO cv_TEST_STRING and that works fine. I nned to be able to do something like:
ASSIGN cv_TEST_STRING + "ABC" TO cv_TEST_STRING
I can accomplish the final result using multiple sections and if/then and where statements but I am hoping to find something quicker.
Any ideas?
I'm trying to join 2 strings together to allo me to use less varibales and hopefully keep my scipts tidy.
I've tried ASSIGN "ABC" TO cv_TEST_STRING and that works fine. I nned to be able to do something like:
ASSIGN cv_TEST_STRING + "ABC" TO cv_TEST_STRING
I can accomplish the final result using multiple sections and if/then and where statements but I am hoping to find something quicker.
Any ideas?