Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

General FormatPercent question

Status
Not open for further replies.

link9

Programmer
Nov 28, 2000
3,387
US
I have an asp page that uses the formatPercent function to output some values to the page.

The function works fine, and the output is exactly as I would expect it to be... HOWEVER when I print it, it's omitting the percent sign (%).

Has anyone else ever seen this, or maybe know why this is happening?

thx
Paul Prewett
 
I've never used the formatpercent function, but is it possible that it's outputing the actual % sign, and not the escape sequence? If it is outputing the actual % symbol, then there's a good chance that ASP is confusing that with the symbol for a server-side directive. Just a thought, there's a very very good chance that I'm wrong :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top