Skip to content

Implement WriteStr(Var S: String, Args...) #28

@CHiPs44

Description

@CHiPs44

cf. https://www.freepascal.org/docs-html/rtl/system/writestr.html

Unless some caveats arise, this should be straightforward:

  • first parameter must be a string variable
  • printing further parameters to a buffer is already implemented
  • copying up to max chars to the resulting string, too

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions