Thread Closed

TI BASIC :: Does anyone know what this syntax is?

 
Share Thread Thread Tools
Mar12-10, 09:05 PM   #1
 
Recognitions:
Gold Membership Gold Member

TI BASIC :: Does anyone know what this syntax is?


What does the '0' do in this command? ... I should be able to figure this out, but I am stumped at the moment It is prompting the user for an "E" value, then storing it in E and then....

Code:
Request "E=",E,0
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Mar12-10, 09:38 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
The manual should say.

Executing the code might offer insight.


But if I had to guess, I would say that it would use 0 as a default value. (e.g. if the user hit enter without typing in any data)
 
Mar13-10, 02:45 PM   #3
 
Recognitions:
Gold Membership Gold Member
Quote by Hurkyl View Post
The manual should say.

Executing the code might offer insight.


But if I had to guess, I would say that it would use 0 as a default value. (e.g. if the user hit enter without typing in any data)
Yeah, the manual is pretty terrible (i.e. wrong a lot of the time). I did figure this out though by trial and error. 0 turns alpha lock off, so that by default the user is entering a number and not a string.
 
Thread Closed
Thread Tools


Similar Threads for: TI BASIC :: Does anyone know what this syntax is?
Thread Forum Replies
VHDL syntax error Engineering, Comp Sci, & Technology Homework 2
Python syntax Engineering, Comp Sci, & Technology Homework 5
MATLAB Syntax Math & Science Software 3
Scripts, Syntax, or Instructions General Discussion 2
Need help on the syntax of a basic proof Calculus & Beyond Homework 2