Home › Forums › KX Academy › Advanced Capstone 3.6 need help › Re: Advanced Capstone 3.6 need help
-
Hi !
From what I can see your .z.pg code works fine. The issue, as you mentioned, is your code for loading in the database.
Can you try replacing your lower two hdbH statements with:
hdbH"\l f1"
hdbH"tables[]"
Line 1 is what the user described in the post you tagged – ‘l’ meaning load and ‘f1’ being the directory.
Let me know if this works!
Thanks,
Megan