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!

Need to add a Numeric to strings

Status
Not open for further replies.

Newbie69

IS-IT--Management
Mar 2, 2002
5
US
I need to add a numeric to a bunch of strings

example
{Query.Number}+"-"+{Query.User_FName}+" "+{Query.User_LName}

where Query.Number is a Numeric

It says it is looking for a number after the first addition.

Can anyone help

 
Try-
totext({Query.Number})+"-"+{Query.User_FName}+" "+{Query.User_LName}

Check out the help files for totext. It has several arguments to control # of decimals, thousands separators, decimal separators, etc. Software Support for Sage Mas90, Macola, Crystal Reports, Goldmine and MS Office
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top