Hello,
I´m a new Axe programmer so can you answear the following qustion please ???:
First: can you say me how to create a program , so that the string is saved in the program ???
example : "A"-->string1
prgmasdf
:a



Thank you !!!
Laughing Very Happy [/code]
I think this would work:

Code:
:"A"→Str1
:length(Str1)→L
:If GetCalc("prgmASDF",L)→A
:Copy(Str1,A,L)
:Else
:Disp "Creation error"
:End


Note that this will probably only work if you're inserting capital letters, otherwise you'll need to use a string of tokens or something.
thank you very much !!!
well its working but i can´t store something like Dispto the prog it is only storing "D" Sad snd i want to create the string in a basic prog and store it with the prog in the program. Confused how can i make this i need it for the basic c-compiler Wink and i want to store the progname to a string and create it so. can someone help me please ???
  
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