Gosub Save_Pix 173 332 ; Area 1 for the Red text
if #Result <> %False
Gosub Save_Pix 173 352 ; Backup Area for the red Text in some of the Recipes
Return #Result
If I wanted to add something above that location, can i do something like this?
Gosub Save_Pix 173 312 ; Area 1 for the Red text
if #Result <> %False
Gosub Save_Pix 173 332 ; Backup Area for the red Text in some of the Recipes
if #Result <> %False
Gosub Save_Pix 173 352 ; Backup Area for the red Text in some of the Recipes
Return #Result
or will that not work? I am not sure if it will go to the next after the first if #Result <> %False
statement