Use of DEFINE Command
is there any way to continue a "DEFINE" command to additional lines?
I have this:
define X_employeeids=1,2,3,4,5
I would like to be able to do this
define X_employeeids=
1,
2,
3,
4,
5
is that possible ?
is there a continuation character for the "DEFINE" command ?
Thanks
Jim