Author Topic: Probably Pointless Program  (Read 26873 times)

0 Members and 2 Guests are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #15 on: October 03, 2010, 04:24:53 pm »
Ah ok. Well you mind uploading your new version?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #16 on: October 03, 2010, 05:02:47 pm »
Can't right now but will at next chance.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #17 on: October 03, 2010, 05:35:36 pm »
Ok, sounds good :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

souvik1997

  • Guest
Re: Probably Pointless Program
« Reply #18 on: October 03, 2010, 05:38:35 pm »

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #19 on: October 03, 2010, 05:41:08 pm »
You can look at my program to follow an example:
http://www.cemetech.net/programs/index.php?mode=file&path=/83plus/basic/programs/Reminder.zip



Looks cool. I don't understand though, whats the difference between Ti-Basic and DCS basic?

souvik1997

  • Guest
Re: Probably Pointless Program
« Reply #20 on: October 03, 2010, 05:44:18 pm »
DCS basic is just TI-BASIC with additional libraries (Celtic3, Omnicalc, xLIB, and the DoorsCS GUI libraries used by sum(...))

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #21 on: October 03, 2010, 05:47:07 pm »
Is there a reference so i can learn the functions?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Probably Pointless Program
« Reply #22 on: October 03, 2010, 05:48:42 pm »
Each program has its own list of functions in their zip package.

EDIT: Hmm, someone really should make a compiled list.
« Last Edit: October 03, 2010, 05:49:07 pm by Deep Thought »




souvik1997

  • Guest
Re: Probably Pointless Program
« Reply #23 on: October 03, 2010, 05:49:36 pm »

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #24 on: October 03, 2010, 05:56:06 pm »
wow thats a lot more than i expected. its going to take some time to look through it all. Thanks! I might try to do some DCS programs now if i have the time.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Probably Pointless Program
« Reply #25 on: October 03, 2010, 06:00:28 pm »
Just a warning, if you run certain commands with unaccepted syntaxes, it could cause a crash.




Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #26 on: October 03, 2010, 06:02:45 pm »
Isn't that true with all languages though?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Probably Pointless Program
« Reply #27 on: October 03, 2010, 06:03:44 pm »
Not BASIC.




souvik1997

  • Guest
Re: Probably Pointless Program
« Reply #28 on: October 03, 2010, 06:06:57 pm »
uh, it can happen in BASIC.
Spoiler For Spoiler:
Code: [Select]
:999 -> dim(L1
:While 1
:SortA(L1)
:End

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Probably Pointless Program
« Reply #29 on: October 03, 2010, 06:08:17 pm »
Yeah, but it's a lot harder and it's not a syntax thing. In xLIB/CIII/DCS, all you have to do is put in the wrong numbers, and your calc crashes.