
03-02-2004, 08:06 AM
|
|
Freshman
|
|
Join Date: Oct 2003
Location: Plymouth, UK
Posts: 34
|
|
msgbox function
|
I want to put up a msgbox, saying two predetermined values (code and qty), this in itself isnt a problem:
msgbox (code & qty)
but how can i add other text to this? I want it to say:
Code: *code* - Quantity available: *qty*
What would the code be?
|
|