in a form I am declaring the value of two variables, firstname and lastname
in the code, I want to combine the value of those two variables
example:
firstname = Sam
lastname = Spade
comboname = Spade, Sam
please forgive my ignorance, but reference manuals are not what they used to be.
in the code, I want to combine the value of those two variables
example:
firstname = Sam
lastname = Spade
comboname = Spade, Sam
please forgive my ignorance, but reference manuals are not what they used to be.
Comment