donframbach
06-10-2002, 02:24 AM
I've been unable to figure out the correct syntax to print a label and a variable together in the comment line.
I've tried what seems obvious to me:
print "variable=";&variable
I can display the variable as:
'&variable
and the comment as
'comment or
print "comment"
but not both together
clearly I'm doing something wrong.
TIA
Don Frambach
I've tried what seems obvious to me:
print "variable=";&variable
I can display the variable as:
'&variable
and the comment as
'comment or
print "comment"
but not both together
clearly I'm doing something wrong.
TIA
Don Frambach