group command failing when group exists
Posted: Tue Dec 24, 2024 12:22 pm
I have lots of programs that stopped working this week after I installed the last patch v14 december 19 build. The group command is failing when the group already exists. If I delete the group before the command, it works.
These commands should illustrate the bug on any workfile that contains some data
'start of program
group grp1 *
'if delete first, it works
delete(noerr) grp1
group grp1 *
'next command fails if don't delete it first
group grp1 *
Was this change intentional? Should I delete the group in the prior line everywhere? Or maybe you would consider adding an overwrite option to the group command?
'start of program
group grp1 *
'if delete first, it works
delete(noerr) grp1
group grp1 *
'next command fails if don't delete it first
group grp1 *
Was this change intentional? Should I delete the group in the prior line everywhere? Or maybe you would consider adding an overwrite option to the group command?