What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » N00bish VB question

N00bish VB question
Author: Message:
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: N00bish VB question
ehm, why not use an array?

code:
Dim strMyString(20) As String

Private Sub Form_Load()
strMyString(1) = "..."
strMyString(2) = "..."
End Sub

Private Sub Command1_Click()
Static lngTimes As Long
lngTimes = lngTimes + 1
Label1.Caption = strMyString(lngTimes)
End Sub

06-04-2004 05:37 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
N00bish VB question - by Anubis on 06-04-2004 at 02:51 PM
RE: N00bish VB question - by Stigmata on 06-04-2004 at 02:58 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:01 PM
RE: N00bish VB question - by Stigmata on 06-04-2004 at 03:03 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:05 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 03:10 PM
RE: N00bish VB question - by Sk3tch on 06-04-2004 at 03:10 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:12 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 03:16 PM
RE: N00bish VB question - by Anubis on 06-04-2004 at 03:21 PM
RE: N00bish VB question - by dotNorma on 06-04-2004 at 03:22 PM
RE: N00bish VB question - by Mike on 06-04-2004 at 03:44 PM
RE: N00bish VB question - by Choli on 06-04-2004 at 05:15 PM
RE: N00bish VB question - by Millenium_edition on 06-04-2004 at 05:37 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On