Nested CallSub work in one module.
Can nested CallSub only run in one module?
FirstSub started Wait For After_Data_get
SecondSub started Wait For Data_read_Completed
SecondSub completed CallSubDelayed (Me, "Data_read_completed")
FirstSub completed CallSubDelayed (Me, "After_data_request")
Have nested CallSub used in a program, FirstSub works in a module and the SecondSub is started from the FirstSub. However, the SecondSub works in another module. After finishing the SecondSub, however, the program does not return to the FirstSub.
Does this not work or must one of the commands be changed?
Can nested CallSub only run in one module?
FirstSub started Wait For After_Data_get
SecondSub started Wait For Data_read_Completed
SecondSub completed CallSubDelayed (Me, "Data_read_completed")
FirstSub completed CallSubDelayed (Me, "After_data_request")
Have nested CallSub used in a program, FirstSub works in a module and the SecondSub is started from the FirstSub. However, the SecondSub works in another module. After finishing the SecondSub, however, the program does not return to the FirstSub.
Does this not work or must one of the commands be changed?