- Aug
- 2,134
- 92
Hi,
I am using;
TCC 11.00.50 Windows XP [Version 5.1.2600]
TCC Build 50 Windows XP Build 2600 Service Pack 3
I have a plain text file called results.txt, containing 303 lines.
When I do the following;
set thesong=%@select[results.txt,1,1,25,80,Song Info,1]
I receive the error message from Windows,
"TCC has encountered a problem and needs to close. We are sorry for the inconvenience."
"Please tell Microsoft about this problem"
I choose "Don't Send", and TCC crashes and exits.
I have tried different text files, all with the same result.
If I leave the optional 7th parameter 1 off of @select, I get no error. The optional 1 allows the list to be sorted alphabetically, which is what I want.
It would seem that the optional 7th parameter 1 is what is causing the crash.
Please advise as to what I am not doing correctly.
Joe
I am using;
TCC 11.00.50 Windows XP [Version 5.1.2600]
TCC Build 50 Windows XP Build 2600 Service Pack 3
I have a plain text file called results.txt, containing 303 lines.
When I do the following;
set thesong=%@select[results.txt,1,1,25,80,Song Info,1]
I receive the error message from Windows,
"TCC has encountered a problem and needs to close. We are sorry for the inconvenience."
"Please tell Microsoft about this problem"
I choose "Don't Send", and TCC crashes and exits.
I have tried different text files, all with the same result.
If I leave the optional 7th parameter 1 off of @select, I get no error. The optional 1 allows the list to be sorted alphabetically, which is what I want.
It would seem that the optional 7th parameter 1 is what is causing the crash.
Please advise as to what I am not doing correctly.
Joe