|
-
Nov 22nd, 1999, 08:19 PM
#5
Addicted Member
if you want to print the curSales at least one time (even if it is negative), then use following code:
[CODE]
Dim curSales As Currency
While curSales <= 0
curSales = Val(InputBox("Enter a sales amount"))
Print curSales * 0.1
Wend
[\code]
[This message has been edited by c@lle (edited 11-23-1999).]
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
|