lenjturnbull
MIS
I am trying to build one variable from information gathered in a script.
example:
var1=abcdedfg
need to pad this to 15 characters
var2=file name
need to pad this to 256 characters
var3="set id" (3chars always)
var1 and var2 can change all the time
I want to be able to set up a variable
var4=var3+var1+var2 into one string
Thanks
Len
example:
var1=abcdedfg
need to pad this to 15 characters
var2=file name
need to pad this to 256 characters
var3="set id" (3chars always)
var1 and var2 can change all the time
I want to be able to set up a variable
var4=var3+var1+var2 into one string
Thanks
Len