Post Reply 
Plus42 Equations, Preview Release
01-19-2022, 06:47 AM
Post: #237
RE: Plus42 Equations, Preview Release
Trying to understand how Directories work.

I create a new directory with CRDIR (MYDIR)
In the new directory I create a program (MYPROG)
Going back to {HOME} I create the following program:

00 { 24-Byte Prgm}
01 LBL "PRG1"
02 CHDIR "MYDIR"
03 XEQ "MYPROG"
04 .END.

This results in "Label Not Found" although I'm now in { HOME MYDIR }

If I execute the commands manually everything works as expected.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Plus42 Equations, Preview Release - tommi60 - 01-19-2022 06:47 AM



User(s) browsing this thread: 1 Guest(s)