- Mar
- 26
- 0
I use the @SELECT function for menus. The window length parameter has no specified result.
set opts=%@SELECT[%prol\optiuni.lst,1,12,20,38,OPTIUNI] - I should get a window length of 19 lines.
But the last line is not displayed. Increasing the length by one i.e. (1,12,21,38) give a good result.
I was using a one column file :
word 1
word 2
...
19-th word.
When changing with a multi-columns file (more columns like in a csv file separated by semicolon) again the last line is not seen.
Increasing the length is useless : the file has only 15 rows not 19 as specified by @SELECT. The last row is a return-carriage.
I am using TCC ver.33.00.11 and Windows 11.
I don't know where I am wrong.
Thank you for any help,
Florin
set opts=%@SELECT[%prol\optiuni.lst,1,12,20,38,OPTIUNI] - I should get a window length of 19 lines.
But the last line is not displayed. Increasing the length by one i.e. (1,12,21,38) give a good result.
I was using a one column file :
word 1
word 2
...
19-th word.
When changing with a multi-columns file (more columns like in a csv file separated by semicolon) again the last line is not seen.
Increasing the length is useless : the file has only 15 rows not 19 as specified by @SELECT. The last row is a return-carriage.
I am using TCC ver.33.00.11 and Windows 11.
I don't know where I am wrong.
Thank you for any help,
Florin