المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Need help with text editing preaty please



C# Programming
11-19-2009, 05:01 AM
Hello

I have a question or two and maybe someone here can help, i thank you in advance , i am kinda new with C# ******** http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif
I need to modify a number in a text and then repeat that block of text several times , and i have an exemple

POSX (10,23,11,19)
POSY (19,14,12,19)
L43,xf-rt0001,18

POSX (10,23,11,19)
POSY (19,14,12,19)
L43,xf-rt0002,18

POSX (10,23,11,19)
POSY (19,14,12,19)
L43,xf-rt0003,18

I want to make something like this with the underline number , number of times been given from a textbox , i mean if i write in the textbox 34 for exemple the block of text will repeat 34 times and the underline number will increas for 0001 to 0034 .

Thanks a lot again