Talk:WriteStr

From Lazarus wiki
Revision as of 15:19, 24 January 2021 by Kai Burghardt (talk | contribs) (acknowledge mistake, insert heading)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

toString type requirements

"or myString := someInteger.toString(); if someInteger is an int64"
Why must SomeInteger be of type Int64 for this to work?? --Bart (talk) 16:20, 23 January 2021 (CET)

My bad. Any of the predefined integer types will do. Kai Burghardt (talk) 15:19, 24 January 2021 (CET)