hello, someone would be so kind as to help me make a program change format to engineering a data standard and backwards, as in the FX570 with the key casio ENG
thanks
Standard format change-engineering
21 posts
• Page 1 of 3 • 1, 2, 3
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
You don't need a program for that. Just use the settings...
-
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 5670
- Joined: 11 Mar 2008, 00:00
- Location: Lyon
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
would you be so kind as to show me a tns file? thanks
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
There is no .tns File. As said, use the Setting in your calculators.
Look in the manual to change the mode
Look in the manual to change the mode
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14744
- Images: 1119
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: Standard format change-engineering
if, so if you do, I would like to live together on a single sheet 2 formats.
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
You will have to use a program if you need both formats.
You can use the function "format" for this.
See the manual for more information.
You can use the function "format" for this.
See the manual for more information.
-
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)- Posts: 5670
- Joined: 11 Mar 2008, 00:00
- Location: Lyon
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
I'm new to the Nspire, I've been looking at the manual but do not know how, could you help me? thanks
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
- Code: Select all
Define LibPub formato(n1)=
Prgm
Local s1 ,n1
n1→n1
If setMode(3,1) = n1 Then
n1▶setMode(3,3)→s1
Disp "formato ingenieril: " ,s1
EndIf
If setMode(3,3) = n1 Then
n1▶setMode(3,1)→s1
Disp "formato normal: " ,s1
EndIf
EndPrgm
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Standard format change-engineering
Remove or change "n1" from "Local s1, n1", you're overriding n1's definition.
-
LevakAdmin
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6414
- Images: 22
- Joined: 27 Nov 2008, 00:00
- Location: 0x1AACC355
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: BAC+5: Epita (ING3)
Re: Standard format change-engineering
- Code: Select all
Define LibPub formato(num)=
Prgm
Local num2
num→num2
If setMode(3,1)=num2 Then
num2▶setMode(3,3)
EndIf
If setMode(3,3)=num2 Then
num2▶setMode(3,1)
EndIf
EndPrgm
could assert so?
-
jmat
Niveau 7: EP (Espèce Protégée: geek)- Posts: 50
- Joined: 24 Jul 2013, 01:03
- Gender:
- Calculator(s):→ MyCalcs profile
21 posts
• Page 1 of 3 • 1, 2, 3
Who is online
Users browsing this forum: ClaudeBot [spider] and 0 guests