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

ToText

Status
Not open for further replies.
Joined
Jul 30, 2007
Messages
42
Location
US
I am trying to convert a number field to a string field but when I used the totext function, it returned 'comma' to the output. How can I elimiate the ',' from the output??

Any help will be greatly appreciated.

Plan_id with type= number (22,0)

left(totext({plan_ID}, 0), 5)

output

13,22
 
ituser2008,

try:

totext({plan_ID}, 0, "")

Andy
 
So what is the desired output? 1322? 13? 13.22?

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top