[Javascript] Truncate strings

Innerlab innerlab at hotmail.com
Fri Mar 19 15:56:31 CST 2004


Thanks to all who replied.

For some reasons, the substr(int, int) function was giving me some error.
I ended up using  myString.substring(int, int) 


 






More information about the Javascript mailing list