DarkBASIC Professional Help Wiki
Advertisement
Syntax


CALL FUNCTION FOR ALL OBJECTS FunctionPointer
CALL FUNCTION FOR ALL OBJECTS FunctionName


Description


This command will call the function identified for all existing objects. The object number will be passed to the function each time the function is called.
There will be no error raised if the group is empty.
Advertisement