|
-
Jul 19th, 2000, 05:59 AM
#1
Thread Starter
Addicted Member
is there a limit in VB on how many elseif commands you can have in an if statment/
Reality is an illusion caused by by lack of drugs
Is this real or am i just having a dream?
-
Jul 19th, 2000, 06:21 AM
#2
Addicted Member
There's no limit on the amount of 'else' commands you can use.
The amount of nested If... EndIf statements is limited, and depends on the amount of free stack space. Generally you won't need to worry about it as it's a ridiculously high number.
Visual Basic 6 Enterprise Edition + SP4
-
Jul 19th, 2000, 06:43 AM
#3
Fanatic Member
If you're using that many ElseIf's why dont you use a Case statement.
-
Jul 19th, 2000, 07:09 AM
#4
Thread Starter
Addicted Member
when i want to search for a field and the released field i do not get any results, just the field names and thats it.
Reality is an illusion caused by by lack of drugs
Is this real or am i just having a dream?
-
Jul 19th, 2000, 07:12 AM
#5
Fanatic Member
-
Jul 19th, 2000, 07:18 AM
#6
Thread Starter
Addicted Member
that last post by me wasn't meant to go here. It was meant for another thread.
Reality is an illusion caused by by lack of drugs
Is this real or am i just having a dream?
-
Jul 19th, 2000, 07:20 AM
#7
Fanatic Member
Ahhh. Thought I was going mad. 
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
|