Function ScreenMix() Foundation
Mixes a string of characters with a string of color attributes
ScreenMix( <cString> , ;
<cAttributeString>, ;
[<nRow>] , ; // Default: Row()
[<nColumn>] ; // Default: Col()
) --> cNullString
The function mixes the characters of two strings so that the characters of <cAttributeString> are found at odd positions in the result string. The result string is displayed at the specified position using RestScreen().
Note: The cursor position remains unchanged when calling ScreenMix().
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.