Colleagues,
I've been working in VFP for so-o-o long! T'was wonderful RDBMS (that now all but RIP).
But - "tempora mutantur et nos mutamur in illis", and I went back to VB, this time - in .NET.
There were many built-in functions in VFP that I used quite often, one of them was REPLICATE(), e.g.
gives you
"[tt]****************[/tt]"
Is there any equivalent in .NET to that VFP's function? Or I'll have to "roll yer own"?
TIA!
Regards,
Ilya
I've been working in VFP for so-o-o long! T'was wonderful RDBMS (that now all but RIP).
But - "tempora mutantur et nos mutamur in illis", and I went back to VB, this time - in .NET.
There were many built-in functions in VFP that I used quite often, one of them was REPLICATE(), e.g.
Code:
REPLICATE("*", 16)
gives you
"[tt]****************[/tt]"
Is there any equivalent in .NET to that VFP's function? Or I'll have to "roll yer own"?
TIA!
Regards,
Ilya