Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I don understand how to copy a symbol (TI-Basic variable) from one folder to another. As I can see, SymCpy doesn copy the entire symbol, just the name!?

0
Posted

I don understand how to copy a symbol (TI-Basic variable) from one folder to another. As I can see, SymCpy doesn copy the entire symbol, just the name!?

0

Moving symbols is quite easy (using SymMove), but copying is not so straightforward. Principally, you need to create a new one, and to copy the content of the original one into a new one. Fortunately, it is possible to use cmd_copyvar from bascmd.h. As it is TI-Basic call, it is highly recommended to execute it under a TRY…ONERR…ENDTRY block.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123