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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting strings to numeric values using XSL

Status
Not open for further replies.

ashvn

Programmer
Mar 21, 2001
33
MU
Hi!

Is there a way to convert, for example, a string of '25,000' to its numeric value 25000? What I want to know is whether there is something similar to the CInt function in VB that I can use to do the conversion.

Thanks!!
:)
 
Ok, got it, used the 'translate' function to remove that %$£%$ comma!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top