PDA

Click to See Complete Forum and Search --> : Concatenating 4 x times table into a Textbox


Dec 16th, 1999, 05:35 AM
Hi,
I am trying to concatenate a 4 times multiplication table as a string "MStr$" into a text box.Whenever I click on a command button it should multiply 4 x 1,2,3,...12. and place all of it in the textbox. I also used the new line string character NL$=Ch$(13)+Ch$(10) as a multiline, but still finding difficulties.

Any help will be much appreciated. Thank you.

Albert
PS:using VB6

MartinLiss
Dec 16th, 1999, 05:47 AM
Have you set the MultiLine property of the TextBox to True? If you have, please post some of your code.

------------------
Marty

DiGiTaIErRoR
Dec 16th, 1999, 09:58 AM
You will probably need a table to align everything properly.

------------------
DiGiTaIErRoR