I need to convert characters to numbers and I thought on a character table or something.
Antônio 2010/3/27 Mattias Gaertner <[email protected]>: > On Sat, 27 Mar 2010 02:05:35 -0300 > Antônio <[email protected]> wrote: > >> Ord('a') makes sense to the compiler, Ord('á') does not. Why? > > Because 'á' is a string - a multibyte character. > > I'm curious, why do you need that? > > > Mattias > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
