StrPas

Convert a null-terminated string to a shortstring.

Declaration

Source position: systemh.inc line 1237

  function StrPas(p: PChar) : shortstring;

Description

Converts a null terminated string in P to a Pascal string, and returns this string. The string is truncated at 255 characters.

Errors

None.