RE: [fpc-pascal]longint -> Pchar

2003-12-10 Thread baron kractor
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of baron kractor Sent: December 10, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: RE: [fpc-pascal]longint -> Pchar Got that particular issue fixed. Now I'm having some issues w/ really strange query results being returned. Even with the

RE: [fpc-pascal]longint -> Pchar

2003-12-10 Thread baron kractor
ecember 10, 2003 5:43 AM To: [EMAIL PROTECTED] Subject: Re: [fpc-pascal]longint -> Pchar > Is there a (hopefully easy) way to convert a longint variable to either > Pchar / string / ansistring without changing the contents of the variable? > For example, longint variable containing

Re: [fpc-pascal]longint -> Pchar

2003-12-10 Thread Marco van de Voort
> Is there a (hopefully easy) way to convert a longint variable to either > Pchar / string / ansistring without changing the contents of the variable? > For example, longint variable containing "12345" converted to one of the > string types would still print as "12345". Closest I've been able to g

[fpc-pascal]longint -> Pchar

2003-12-10 Thread Darren Reynolds
Is there a (hopefully easy) way to convert a longint variable to either Pchar / string / ansistring without changing the contents of the variable? For example, longint variable containing "12345" converted to one of the string types would still print as "12345". Closest I've been able to get so fa

[fpc-pascal]longint -> Pchar / string / ansistring

2003-12-09 Thread baron kractor
Is there a (hopefully easy) way to convert a longint variable to either Pchar / string / ansistring without changing the contents of the variable? For example, longint variable containing "12345" converted to one of the string types would still print as "12345". Closest I've been able to get so fa