Function SayDown() Foundation

Outputs a string vertically downwards.

Syntax
SayDown( <cString>             , ;
         [<nMilliSecondsDelay>], ;  // Default: 4
         [<nRow>]              , ;  // Default: Row()
         [<nColumn>]             ;  // Default: Col()
       ) --> cNullString
Description

The function displays a string vertically downwards and allows a delayed output of each character. The cursor position (Row() and Col()) remains unchanged.

Feedback

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.