Hi Folks,
I want to get a variable which contains '*'.
But length will decide dynamically.
Can anyone help me in this?
length = strlen (input) - 4.
do length times
concatnate length '*' into mask.
enddo.
But here i want to have '*' marks length times in mask.
Thanks in advance.
Rgds
Bhavani