[Javascript] sort replace question

Shawn Milo Shawn at Milochik.com
Tue Feb 28 08:30:39 CST 2006


Even better. How silly of me!

Milo

On 2/28/06, Hassan Schroeder <hassan at webtuitive.com> wrote:
>
> Michael Borchers wrote:
> > i have a flot f.e. 2.5
> > and would like to replace the . with a _
> >
> > myFloat.replace('.', '_');
>
>   myFloat.toString().replace('.', '_');
>
> HTH!
> --
> Hassan Schroeder ----------------------------- hassan at webtuitive.com
> Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
>                 opinion: webtuitive.blogspot.com
>
>                           dream.  code.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060228/c5e57d95/attachment.htm>


More information about the Javascript mailing list