Subject | Problems with recursive execution of one procedure |
---|---|
Author | german aracil boned |
Post date | 2003-08-26T14:51:08Z |
Hello
I have problems with recursive execution of this procedure (and others)
begin
....
/* loop if directory/ies */
for select rig from sys_files where rig_up = :obj into :rig do
if ( rig > 0 ) then execute procedure sys_delete2 ( :usr, :rig ) ;
end
If the level tree is long, I don't excetute it without errors. Its stack
problems. Where's the limit ? Can I change this limit ?
best regards
--
---------------------------
| Germán Aracil Boned |
| profesional programmer |
---------------------------
www.tecnoxarxa.com
tlsystem.sourceforge.net
I have problems with recursive execution of this procedure (and others)
begin
....
/* loop if directory/ies */
for select rig from sys_files where rig_up = :obj into :rig do
if ( rig > 0 ) then execute procedure sys_delete2 ( :usr, :rig ) ;
end
If the level tree is long, I don't excetute it without errors. Its stack
problems. Where's the limit ? Can I change this limit ?
best regards
--
---------------------------
| Germán Aracil Boned |
| profesional programmer |
---------------------------
www.tecnoxarxa.com
tlsystem.sourceforge.net