--
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
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
> 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