Stop program execution.
stop stops the program execution of HDevelop. The PC is then placed at the program line behind stop. The operator is equivalent the pressing the stop button in the menu bar.
stop is not available in C++.
read_image (Image, 'fabrik')
regiongrowing (Image, Regions, 3, 3, 6, 100)
Number := |Regions|
dev_update_window ('off')
for i := 1 to Number by 1
RegionSelected := Regions[i]
dev_clear_window ()
dev_display (RegionSelected)
stop ()
endfor
stop always returns 2 (H_MSG_TRUE)
stop is reentrant, local, and processed without parallelization.
Basic operators