This is the first time I've used ConsoleInputBox, and I can't seem to get it to accept input using FIXEDLEN. This is basically the help file's example (except I'm not using the password). Any ideas?
sResult$ = ConsoleInputBox(1, _
%CONSOLE_CENTER, _
%CONSOLE_CENTER, _
"Describe the board", _
"Odd Board Entry:", _
SPACE$(16), _
%FIXEDLEN+%HOME, _
%TRUE)
sResult$ = ConsoleInputBox(1, _
%CONSOLE_CENTER, _
%CONSOLE_CENTER, _
"Describe the board", _
"Odd Board Entry:", _
SPACE$(16), _
%FIXEDLEN+%HOME, _
%TRUE)
Comment