Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
variable declaration
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
maximoaldea
New Member
Join Date:
Jul 2008
Posts:
2
#1
variable declaration
Jul 23 '08, 06:40 AM
is there a difference between:
Dim tmpSTR1, tmpSTR2 as string
- and -
Dim tmpSTR1 as string, tmpSTR2 as string
???
debasisdas
Recognized Expert
Expert
Join Date:
Dec 2006
Posts:
8119
#2
Jul 23 '08, 07:01 AM
yes there is difference.
in the first case only the second variable is string but the first one is variant by default.
in the second case both the variables are string.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment