Re: convert to ?
- Posted by Elliott Sales de Andrade <quantum_analyst at hotmail.com> Oct 13, 2003
- 467 views
>From: sixs at ida.net >Subject: convert to ? > >Hello, I have a value in the list and I extract it to get a number ie15. I >want to use it to find a record in sql.SQL stores it as a number. in my >command line I want to show it as "15". > yi yi? >I am not sure what to do. I have tried several variations, but I still get >tied up in my shorts. You mean something like sprintf("\"%d\"", {aNumber}) ? >jvandal >