|
||||||
| Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||||
|
It doesn't matter where you Dimension the variable. You can't assign a value to it. Unless you dimension as follows:
Const VariableName as Integer = 10 If you don't want it to be constant, this is the correct method: Dim VariableName as Integer VariableName = 10 You can use either method in the General Declarations, or under sub or function. Hope this helps.
__________________
Option Explicit
|
| Sponsored Links |
|
|
|
|||||
|
Umm, when i put:
Dim VariableName As Integer VariableName = 10 It comes up with an error when i press play. the error says "Compile Error: Invalid outside procedure"
__________________
Quote:
|
|
|||||
|
Quote:
![]() |
|
|||||
|
Ahh! TheComputerMaster thanks very much. I followed your instructions and it worked
.Now i need to find out how to change this code: Quote:
Any help?
__________________
Quote:
|
|
|||||
|
Quote:
TheNerd, if that is not sarcasm, then thanks. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vB Weekly Stats Version 1.7 | Jordan | Community Projects | 51 | 02-11-2008 11:25 AM |
| Need a program created in VB.Net | Thomas | Request Services (Paid) | 0 | 08-29-2007 06:02 PM |
| VB 6.0 or VB.Net | mandriva | Visual Basic Programming | 8 | 07-30-2007 05:40 PM |
| VB 6.0: Tutorial, Explaining the VB 6.0 GUI | TcM | VB Tutorials | 1 | 05-18-2007 10:25 AM |
| VB for WINDOWS,LINUX & MAC! | TcM | Visual Basic Programming | 6 | 12-08-2006 04:12 AM |
| Xav | ........ | 162.68 |
| Pillager | ........ | 106 |
| neerlin | ........ | 100 |
| delia | ........ | 100 |
| nik68 | ........ | 100 |
| satrian | ........ | 100 |
| paranoya90 | ........ | 100 |
| eriafar | ........ | 100 |
| chili5 | ........ | 78.87 |
| morefood2001 | ........ | 46.41 |
Goal: 100,000 Posts
Complete: 68%