(i dont know how to use the code thingy)
:Prompt A,B
:ClrHome
:Output(1,1,A)

I want B to be placed right next to A without any spaces or it being cut off despite the legth of A
Zeldex72 wrote:
(i dont know how to use the code thingy)
:Prompt A,B
:ClrHome
:Output(1,1,A)

I want B to be placed right next to A without any spaces or it being cut off despite the legth of A

Given that you are on the ti-84 plus CE, you can use the wonderful "toString()" token.
what you want to do is:

Code:
Prompt A,B
ClrHome
Output(1,1,toString(A)+toString(B

The toString() token can be found in the catalog menu ([2nd], [0], [4], then scroll down to toString)
mr womp womp wrote:
Zeldex72 wrote:
(i dont know how to use the code thingy)
:Prompt A,B
:ClrHome
:Output(1,1,A)

I want B to be placed right next to A without any spaces or it being cut off despite the legth of A

Given that you are on the ti-84 plus CE, you can use the wonderful "toString() token.
what you want to do is:

Code:
Prompt A,B
ClrHome
Output(1,1,toString(A)+toString(B

where is Tostring?
Another way to do it that would work on older OS's would be:

Code:
Prompt A,B
ClrHome
Output(1,1,B+A₁₀^(1+int(log(B

but this method may cut off digits if you wanted more than the default 10 digits to be displayed in total. If B can be between 0 and 1 and you want A=12, B=.01 to display 12.01 instead of 1.21, you could do:

Code:
Prompt A,B
ClrHome
Output(1,1,B+A₁₀^(max(0,1+int(log(B
Zeldex72 wrote:
mr womp womp wrote:
Zeldex72 wrote:
(i dont know how to use the code thingy)
:Prompt A,B
:ClrHome
:Output(1,1,A)

I want B to be placed right next to A without any spaces or it being cut off despite the legth of A

Given that you are on the ti-84 plus CE, you can use the wonderful "toString() token.
what you want to do is:

Code:
Prompt A,B
ClrHome
Output(1,1,toString(A)+toString(B

where is Tostring?

[2nd][0] for catalogue.

For the code thingie, do ['code] (w/o apostrophe) and end with a ['/code]
Zeldex72 wrote:

where is Tostring?

To clarify, this is a token on the newer OS for the CE. Older OS's and different models do not have it.
  
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