- Aug
- 2,293
- 111
As of and prior to TCC 33.00.12, the following worked;
Now, with TCC 33.00.14, it returns;
This has affected my PROMPT that uses @REPEAT;
From tcmdupdate.aiu;
Ref: How to? - SETLOCAL Level
Joe
Code:
TCC 32.10.21 x64 Windows 10 [Version 10.0.19045.5011]
Copyright 2023 JP Software Inc. All Rights Reserved
C:\...\TCMD32>echo %@repeat[#,0]
ECHO is OFF
Now, with TCC 33.00.14, it returns;
Code:
C:\...\TCMD33>echo %@repeat[#,0]
TCC: (Sys) The parameter is incorrect.
"%@repeat[#,0]"
This has affected my PROMPT that uses @REPEAT;
Code:
prompt `$e[9999E$w$g%@repeat[#,0%localcount]%@repeat[@,0%_shell]`
From tcmdupdate.aiu;
Code:
BugFix1 = 33.0.14 @REPEAT - Fixed RTL problem when entering invalid arguments (count < 0)
Ref: How to? - SETLOCAL Level
Joe