Sorry for the easy one! I'm obviously new to Progress.
How do you add characters to a string?
For instance:
In the device field of the usrprint table I would like to add 5 characters in the middle of the string then update the printer default.
usrprint.device = "\\fcdsntsrv0\irlaser"
needs to be
usrprint.device = "\\fcdsntsrv0\ste1-irlaser"
The printer queues are changing in Syteline for our users with the move to Active Directory and there are about 450 users that need to have these defaults changed. Too many to do manually.
Progress 9.1C
Thanks,
Doug Brown
How do you add characters to a string?
For instance:
In the device field of the usrprint table I would like to add 5 characters in the middle of the string then update the printer default.
usrprint.device = "\\fcdsntsrv0\irlaser"
needs to be
usrprint.device = "\\fcdsntsrv0\ste1-irlaser"
The printer queues are changing in Syteline for our users with the move to Active Directory and there are about 450 users that need to have these defaults changed. Too many to do manually.
Progress 9.1C
Thanks,
Doug Brown