Function SayDown() Foundation
Outputs a string vertically downwards.
SayDown( <cString> , ;
[<nMilliSecondsDelay>], ; // Default: 4
[<nRow>] , ; // Default: Row()
[<nColumn>] ; // Default: Col()
) --> cNullString
The function displays a string vertically downwards and allows a delayed output of each character. The cursor position (Row() and Col()) remains unchanged.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.