Recap Of Part 2
In Part 2, you learned about more interesting and useful features of Basic.
-
Functions: Traverse(), Lock(), Unlock().
-
Commands: TStart, TCommit.
-
How to pass parameters by reference.
-
A little bit about writing code to access Caché objects, including the standard Caché methods New, OpenId, and %Save.
Thanks for using this tutorial! To learn more about Basic, read the Caché Basic Reference.
To save all the work in your project to a single, portable file:
-
Start Caché Studio.
-
Click File –> Change Namespace to connect to the SAMPLES namespace.
-
Click Tools –> Export.
-
Choose the Export current project and Export to Local File options.
-
Browse to a folder, specify mybas.xml, and then click Save.
-
Click OK.