Delphi strings use single quotes, for example ‘a valid string’. How does one specify the ‘ character within a literal string? How would one refer to the null byte (Unicode code point U+0000)?
↧
Delphi strings use single quotes, for example ‘a valid string’. How does one specify the ‘ character within a literal string? How would one refer to the null byte (Unicode code point U+0000)?