Thanks Enrique,

I have alot to learn, and as frustrating as it is, each
day gets easier thanks to people like you!!

Tim Peterson

--- In Axapta-Knowledge-Village@yahoogroups.com, Enrique 
<[EMAIL PROTECTED]> wrote:
> try in a job...
> 
> int testint = 6, testint2 = 13;
> str teststr, teststr2;
> ;
> teststr = strfmt("%1",testint);
> teststr2 = int2str(testint2);
> print teststr + " " + teststr2;
> pause;
> 
> any2str is for objects, not for basic types
> I guess... 
> 
> 
> --- tsk1958pete <[EMAIL PROTECTED]> wrote:
> > Hi All,
> > 
> > Boy do I feel stupid for having to ask this question
> > but
> > I can't understand it
> > 
> > All I want to do is convert a numeric (integer or
> > real) to
> > a string.
> > 
> > I try the following:
> > 
> > int testint = 6;
> > str teststr = "";
> > 
> > teststr = any2str(testint);
> > 
> > 
> > I of course expect "6"
> > but I get the error message:
> > "Error Executing Code:Wrong type of argument for
> > conversion function"
> > 
> > What am I missing here?
> > And yes I am new to this
> > 
> > Tim Peterson
> > 
> > 
> > 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to