Re: [Axapta-Knowledge-Village] Re: Function: any2str

2005-05-30 Thread Kuni
any2str will work in this case: anytype str = 'some string'; str str2; ; str2 = any2str(str); Kuni - Original Message - From: "tsk1958pete" <[EMAIL PROTECTED]> To: Sent: Monday, May 30, 2005 4:32 PM Subject: [Axapta-Knowledge-Village] Re: Functio

[Axapta-Knowledge-Village] Re: Function: any2str

2005-05-30 Thread tsk1958pete
Thanks Anil, I believe you are correct that my laptop is XP SP2, however, I use the laptop to connect via Remote Desktop to the network, I connect to the AOS Server which runs Win Server 2003. Given the above, would this still be the reason the any2str doesn't work as I "assumed". Regardless, I'

[Axapta-Knowledge-Village] Re: Function: any2str

2005-05-29 Thread Axapta Guru
Hi Tim I guess you are working on Win XP SP2. If you will test on Win XP SP3 or Win2k Pro/Server, it will work fine. There are a few more functions/methods which don't work on winXP SP2. Regards, Anil Kumar GuptaAxapta-Knowledge-Village@yahoogroups.com wrote:

[Axapta-Knowledge-Village] Re: Function: any2str

2005-05-29 Thread tsk1958pete
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; >