Post Reply 
Program "project" structure - how to use?
09-10-2023, 08:06 PM (This post was last modified: 09-11-2023 03:27 AM by komame.)
Post: #3
RE: Program "project" structure - how to use?
I found the answer! When you're in the program editor, go to the "More" menu, and with "Files" highlighted, press the "Help" key. It will display description on how to use it. As you can see, there is a "Resource" command that allows you to reference these resources.

Resource
Resource("name")
Resource("name", pos)
Resource("name", start, end)
Resource("name"):={data}
Resource("name", start):={data}
Resource("name", pos):=data


So, this means that you can also modify these resources.
Perfect!

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Program "project" structure - how to use? - komame - 09-10-2023 08:06 PM



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