What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Argh Visual Basic

Argh Visual Basic
Author: Message:
siebe
Junior Member
**

Avatar

Posts: 90
Reputation: 5
37 / Male / –
Joined: Nov 2003
RE: Argh Visual Basic
quote:
PS @ XM4ST3RX:
Do NOT do:
    Dim TimesTable, Number as integer
This will NOT declare TimesTable as an integer, but as a variant! Always seperate your declare statements to avoid such errors:
Dim Number As Integer
Dim TimesTable As Integer

Dim Number As Integer, TimeTables As Integer
Is fine too :) As long, like you said, each var carries a datatype

This post was edited on 03-04-2005 at 02:08 PM by siebe.
21 December 2012.
03-04-2005 02:08 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Argh Visual Basic - by Wabz on 03-03-2005 at 07:02 PM
RE: Argh Visual Basic - by CookieRevised on 03-03-2005 at 07:35 PM
RE: Argh Visual Basic - by Wabz on 03-03-2005 at 07:40 PM
RE: Argh Visual Basic - by CookieRevised on 03-03-2005 at 07:44 PM
RE: Argh Visual Basic - by Wabz on 03-03-2005 at 07:47 PM
RE: Argh Visual Basic - by Dempsey on 03-03-2005 at 08:09 PM
RE: Argh Visual Basic - by Wabz on 03-03-2005 at 08:19 PM
RE: Argh Visual Basic - by Dempsey on 03-03-2005 at 08:41 PM
RE: Argh Visual Basic - by Wabz on 03-03-2005 at 08:46 PM
RE: Argh Visual Basic - by Dempsey on 03-03-2005 at 08:51 PM
RE: Argh Visual Basic - by matty on 03-03-2005 at 09:02 PM
RE: Argh Visual Basic - by Wabz on 03-03-2005 at 11:28 PM
RE: Argh Visual Basic - by segosa on 03-04-2005 at 12:04 AM
RE: Argh Visual Basic - by Wabz on 03-04-2005 at 01:09 AM
RE: Argh Visual Basic - by matty on 03-04-2005 at 01:53 AM
RE: Argh Visual Basic - by XM4ST3RX on 03-04-2005 at 02:34 AM
RE: Argh Visual Basic - by CookieRevised on 03-04-2005 at 09:09 AM
RE: Argh Visual Basic - by Wabz on 03-04-2005 at 01:36 PM
RE: Argh Visual Basic - by siebe on 03-04-2005 at 02:08 PM
RE: Argh Visual Basic - by Mike on 03-04-2005 at 02:15 PM
RE: Argh Visual Basic - by Dempsey on 03-04-2005 at 02:25 PM
RE: Argh Visual Basic - by Wabz on 03-04-2005 at 02:44 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