View Single Post
  #1 (permalink)  
Old May 16th, 2005, 12:14 PM
savoym savoym is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 119
Thanks: 0
Thanked 1 Time in 1 Post
Default Constant in VBScript

I am trying to modify an existing ASP page and found this constant definition:

const L_AllPrinters_Text = "All Printers on %1"

What does the "%1" mean?

Any help or direction would be appreciated.

Thank you.
Reply With Quote