I have read the docs and everything but I’m very confused. I never needed to create a class before and now I do.
I want to have something like:
TextDocument.Save("filepath", "contents of file to save");
and stuff like:
Application.Create("filepath", "text/code to save");
and:
Stylesheet.Save("filepath", "contents");
and have these in a class and create methods for them but I’m very confused as to how to go about doing it can somebody please help me with this?
thank you,
jase
Yay! I created my first Class! 😀 hehehehe…
Here’s the complete code. I don’t know if it’s the “best” way, or the most “efficient” way of doing this. But it works. I hope it can help others too:
Thank you Russell Steen and Marc Gravell for your help! 😀