delphipascal

What is the '#" symbol in Pascal?


For example:

x := #123;

I tried to search around Google but I simply have no idea what this means.


Solution

  • IIRC it means a character value of the number (eg. #32 -> space).