i have a static array of strings that i need to fill as hex bytes... i can do 
this in decimal but it would be easier to convert other data if i can do it in 
hex since the data is represented in hex...

a[n] := #255;  // works
a[n] := $ff;     // does not work

ideally, there would be multiple bytes...

a[n] := $C2AD  or  a[n] := $C2$AD

help?


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to