|
-
Dec 16th, 1999, 06:35 AM
#1
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
-
Dec 16th, 1999, 06:47 AM
#2
Have you set the MultiLine property of the TextBox to True? If you have, please post some of your code.
------------------
Marty
-
Dec 16th, 1999, 10:58 AM
#3
So Unbanned
You will probably need a table to align everything properly.
------------------
DiGiTaIErRoR
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|