Skip to Content
0
Former Member
Oct 18, 2005 at 08:57 AM

dynamic length String manipulation

259 Views

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