|
![]() |
#1 |
Участник
|
Цитата:
Сообщение от Maxim Gorbunov
Try using the info() function instead of the print statement. There is a disadvantage - you only can output strings with this function. But there is the strfmt() function which can convert any data to string and format it accordingly. Take a look at my example:
X++: int x = 1; real y = 2.55; ; info(strfmt("x = %1, y = %2", x, y)); // x = 1, y = 2.55 For more information on strfmt(), open AOT and go to System documentation/Functions/strfmt But, info window has limit of rows ![]() |
|
![]() |
#2 |
Участник
|
Цитата:
Сообщение от garu
But, info window has limit of rows
![]() |
|
|
За это сообщение автора поблагодарили: ALEG (1). |
|
|