Difference between revisions of "Talk:WriteStr"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with ""or myString := someInteger.toString(); if someInteger is an int64"<br> Why must SomeInteger be of type Int64 for this to work?? --~~~~")
 
(acknowledge mistake, insert heading)
 
Line 1: Line 1:
 +
== toString type requirements ==
 
"or myString := someInteger.toString(); if someInteger is an int64"<br>
 
"or myString := someInteger.toString(); if someInteger is an int64"<br>
 
Why must SomeInteger be of type Int64 for this to work?? --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 16:20, 23 January 2021 (CET)
 
Why must SomeInteger be of type Int64 for this to work?? --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 16:20, 23 January 2021 (CET)
 +
: My bad. Any of the [https://freepascal.org/docs-html/current/ref/refsu4.html#x26-26002r1 predefined integer] types will do. [[User:Kai Burghardt|Kai Burghardt]] ([[User talk:Kai Burghardt|talk]]) 15:19, 24 January 2021 (CET)

Latest revision as of 16:19, 24 January 2021

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)