Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Wretchedlout on May 13, 2012, 06:22:33 pm

Title: Can someone help me with some code....
Post by: Wretchedlout on May 13, 2012, 06:22:33 pm
I have no clue how to convert a string to binary to a string. can someone help me?
I want it for a chat like thing. But i seem to not be able to Send( a string.
Thanks :)
Title: Re: Can someone help me with some code....
Post by: Deep Toaster on May 13, 2012, 06:53:54 pm
Send( and Get( are meant to be used with CBL/CBR systems (data probes), not with other calculators. To transfer data between calculators, use GetCalc(. It works like this:You can only transfer the variable types you can use DelVar on, so it works for reals, lists, matrices, strings, and so on.