I tried this test in the past but i think i did it wrong because I wrote up some sample code just now and it worked.

Put both of these files in the root directory of your calc:

runtest.lua

Code:

run('runtest2.lua')
runtest()


runtest2.lua

Code:

function runtest()
   print('functest')
end



The output should be:

Code:

functest


In other words, we can use this to make shared libraries. All a programmer would have to do to use a shared lib is run your code at the beginning, and then use your code's functions later on in the program.

You won't have to copy and paste code to the beginning of your file.

so i think my next project may be making a lib... stay tuned! Smile
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement