Página 1 de 1

AnsiToOem()

Publicado: Mar Mar 07, 2006 8:21 am
por Ingo Junge-Herrmann
Has anybody noticed that the conversions-functions AnsiToOem() and OemToAnsi
not only return the converted string but also convert the source string.
cReturn:=AnsiToOem(cSource)
cReturn contains the conversion from cSource
but also cSource is now converted
Can anybody confirm it?
Regards
Ingo

AnsiToOem()

Publicado: Mar Mar 07, 2006 10:46 am
por jfgimenez
Ingo,
> Has anybody noticed that the conversions-functions AnsiToOem() and
> OemToAnsi
> not only return the converted string but also convert the source string.
>
> cReturn:=AnsiToOem(cSource)
>
> cReturn contains the conversion from cSource
> but also cSource is now converted
>
> Can anybody confirm it?
Thanks for the info. It's fixed now.
--
Regards,
Jose F. Gimenez

AnsiToOem()

Publicado: Mar Mar 07, 2006 10:46 am
por jfgimenez
Ingo,
> Has anybody noticed that the conversions-functions AnsiToOem() and
> OemToAnsi
> not only return the converted string but also convert the source string.
>
> cReturn:=AnsiToOem(cSource)
>
> cReturn contains the conversion from cSource
> but also cSource is now converted
>
> Can anybody confirm it?
Thanks for the info. It's fixed now.
--
Regards,
Jose F. Gimenez