ProjectsRoot$: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:BuildingBlockLangImage}} == Description == : The variable contains the path to the folder containing the Run BASIC projects == Syntax == # ProjectsRoot$ == Hints...") |
m (1 revision imported) |
Latest revision as of 03:04, 11 October 2023
Description
- The variable contains the path to the folder containing the Run BASIC projects
Syntax
- ProjectsRoot$
Hints
- The content is the path specified under "Preferences => Projects root"
Example
print "ProjectsRoot$ is: "; ProjectsRoot$
Useful Procedures
' Place a useful function or sub using this keyword here