Talk:WriteStr

From Lazarus wiki
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)