Syntax
Goto <label>
Description
This command is used to transfer the program directly to the labels position. Be cautious when using this function, as incorrect use could cause a program to crash...
Note:
To exit a loop safely, you always must use Break instead of Goto, and never use it inside a Select/EndSelect block (Unless you have the ability to manage the stack yourself, correctly.)
Примечание:
Чтобы безопасно выйти из цикла, вы всегда должны использовать Break вместо Goto и никогда не использовать его внутри блока Select / EndSelect (если у вас нет возможности правильно управлять стеком).
https://www.purebasic.com/documentation … thers.html
p.s. так что ошибка традиционная и называется она "Не читал, но осуждаю"
Отредактировано useful (28.08.2021 23:30:55)