Re: LC makes my stack a substack
Posted: Sun Mar 31, 2024 6:03 pm
I've only skimmed the above, but agree with others:
the substack may still be there and causing issues as the go stack command presumably sees that first.
To make sure, you can look in the Project Browser (Tools menu), navigate to your mainstack and see if the substack is still there.
Or even simpler, just type in the msgBox:
Regardless, if you want to specifically access a stack (even if named same as a substack) and assuming you have saved your mainstack, you can just
and not rely on implicit paths - be explicit...
the substack may still be there and causing issues as the go stack command presumably sees that first.
To make sure, you can look in the Project Browser (Tools menu), navigate to your mainstack and see if the substack is still there.
Or even simpler, just type in the msgBox:
Code: Select all
put the substacks of stack <your mainStack>Code: Select all
go stack (specialfFolderpath("resources") & "/" & <stackname>.livecode)