This site is no longer active and is available for archival purposes only. Registration and login is disabled.

TI Basic Help


TI Basic Help

Postby suchiaruzu » Dec 2, 2003 @ 6:28pm

<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby Pam » Dec 2, 2003 @ 7:45pm

All the easy problems have been solved.
User avatar
Pam
pm Insider
 
Posts: 449
Joined: Jan 24, 2002 @ 10:30pm
Location: Ohio


Postby Caesar » Dec 2, 2003 @ 9:15pm

In ti basic IIRC an "end" statement anywhere except the end of the program will cuase it to either give a syntax error or just simply stop the program there.
Organic Superlube? Oh, it's great stuff, great stuff. You really have to keep an eye on it, though--it'll try and slide away from you the first chance it gets.
User avatar
Caesar
Veni Vidi Vici
 
Posts: 3901
Joined: Jun 24, 2003 @ 5:24pm


Postby suchiaruzu » Dec 3, 2003 @ 5:21pm

Hmm yes and no. It looks like I will have to rewrite the whole thing anyway. It would be great if someone came up with a solution though, so I won't repeat the mistake...
<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby suchiaruzu » Dec 3, 2003 @ 10:46pm

<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby Caesar » Dec 6, 2003 @ 12:34am

Your code is so much more advanced than mine. I was playing around with my calc and a friends with a link cable and I decided I was gonna fool around with the send( and get( commands. My code is as follows:

clrhome
input "-",P
send(P)

Thats my send app, heres the recieving app:

get(p)
disp p

The app works fine, but I want to be able to send and receive in one app so you don't have to launch seperate apps to do everything. Any suggestions?
Organic Superlube? Oh, it's great stuff, great stuff. You really have to keep an eye on it, though--it'll try and slide away from you the first chance it gets.
User avatar
Caesar
Veni Vidi Vici
 
Posts: 3901
Joined: Jun 24, 2003 @ 5:24pm


Postby suchiaruzu » Dec 8, 2003 @ 10:42pm

UPDATED!!!
Well, that is what the program above is supposed to do. Here is an updated version (I am posting this here for the guys at the IRC chan as well):

[code]
()
Prgm
Lbl boot
Local id
PopUp {"Horst","Johnboy","Johnnie","Johnson"},id

If id="1" Then
DelVar schonda
schonda=getType(horst)
If schonda="NONE" Then
Local horst
CopyVar id,horst
SendChat horst
Goto name
Else
Dialog
Title "Gibt's schon"
Text "Zu spät, es gibt schon einen Horst!"
EndDlog
Goto boot
EndIf

ElseIf id="2" Then
DelVar schonda
schonda=getType(johnboy)
If schonda="NONE" Then
Local johnboy
CopyVar id,johnboy
SendChat johnboy
Goto name
Else
Dialog
Title "Gibt's schon"
Text "Zu spät, es gibt schon einen Johnboy!"
EndDlog
Goto boot
EndIf

ElseIf id="3" Then
DelVar schonda
schonda=getType(johnnie)
If schonda="NONE" Then
Local johnnie
CopyVar id,johnnie
SendChat johnnie
Goto name
Else
Dialog
Title "Gibt's schon"
Text "Zu spät, es gibt schon einen Johnnie!"
EndDlog
Goto boot
EndIf

ElseIf id="4" Then
DelVar schonda
schonda=getType(johnson)
If schonda="NONE" Then
Local johnson
CopyVar id,johnson
SendChat johnson
Goto name
Else
Dialog
Title "Gibt's schon"
Text "Zu spät, es gibt schon einen Johnson!"
EndDlog
Goto boot
EndIf
EndIf

Lbl name
If getType(nom)
<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby Caesar » Dec 9, 2003 @ 2:32am

Organic Superlube? Oh, it's great stuff, great stuff. You really have to keep an eye on it, though--it'll try and slide away from you the first chance it gets.
User avatar
Caesar
Veni Vidi Vici
 
Posts: 3901
Joined: Jun 24, 2003 @ 5:24pm


Postby Michael Y » Dec 9, 2003 @ 3:41am

What calculator are you programming this for? This looks TOTALLY different than the TI-BASIC I program on my TI-83+, and AFAIK the different calculator models have slightly different versions.
User avatar
Michael Y
pm Insider
 
Posts: 1956
Joined: Feb 24, 2002 @ 2:27am


Postby suchiaruzu » Dec 26, 2003 @ 3:07am

<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby Jadam » Dec 26, 2003 @ 3:55am

User avatar
Jadam
I'm a STAR!
 
Posts: 3245
Joined: Apr 9, 2002 @ 7:24pm
Location: Stony Brook, NY


Postby Caesar » Jan 3, 2004 @ 8:40pm

Organic Superlube? Oh, it's great stuff, great stuff. You really have to keep an eye on it, though--it'll try and slide away from you the first chance it gets.
User avatar
Caesar
Veni Vidi Vici
 
Posts: 3901
Joined: Jun 24, 2003 @ 5:24pm


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

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 post attachments in this forum

cron