|
-
Nov 8th, 2006, 03:10 PM
#1
Thread Starter
Junior Member
coding question
I cant figure out the syntax for this;
If totalSalary >= 200.0 & <= 299.0
What is the correct syntax for this type of statement? I was thinking you could use the ampersand for this but I guess not.
Thanks.
-
Nov 8th, 2006, 03:13 PM
#2
Hyperactive Member
Re: coding question
If totalSalary >= 200.0 And totalSalary <= 299.0
-
Nov 8th, 2006, 03:14 PM
#3
Re: coding question
VB Code:
If totalSalary >= 200D AndAlso totalSalary <= 299D
-
Nov 8th, 2006, 03:31 PM
#4
Thread Starter
Junior Member
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
|