Jump to content



Photo
- - - - -

How Intruduce "n" Data Or Values


  • Please log in to reply
2 replies to this topic

#1 Fabri

Fabri

    Newbie

  • Members
  • Pip
  • 21 posts
  • Location:Quito Ecuador

  • Calculators:
    Casio Classpad 300
    Casio fx 6300G

Posted 22 March 2006 - 09:23 PM

Hello my question is about of the input data. How I can introduce n elements or values??
I explain this
I construct a thing similar to this
(=) arrow

input n
for 1 = a to n
input b
next

how I can introduce a valor with no overwrite the value of this variable?, in this case b, in each jump of a FOR or a Goto?
The number of data for introduce is the value of n variable

Other question is, why sometimes appears on the screen messages about errors?, this messages appears when i installed on classpad the addins, no all cpa files of course.

How I can learn to programming cpa files? exist any link or virtual course of this

#2 Kilburn

Kilburn

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 491 posts
  • Gender:Male
  • Location:France
  • Interests:Blah

  • Calculators:
    FX-7500 G
    ClassPad 300

Posted 22 March 2006 - 09:48 PM

Input n
{}=>b
For 1=>a To n
Input b[a]
Next

For programming .cpa files, go on this site www.cpsdk.com ;)

#3 The_AFX_Master

The_AFX_Master

    Casio Overlord

  • [Legends]
  • PipPipPipPipPipPipPip
  • 519 posts
  • Gender:Male
  • Location:Black Mesa Research Facility (sector C)
  • Interests:BASIC +FORTRAN 90+ C++.....and HALF LIFE

  • Calculators:
    Casio Algebra FX 2.0 Plus, Casio fx 570 ms, Classpad 300, And a crowbar

Posted 31 March 2006 - 08:52 PM

You can try this, require 3 lines of string manipulation and you can use a list to imput without "{}"

InputStr list,"x1,x2,x3","INPUT POINTS"
StrJoin "{",list,list
StrJoin list,"}",list
StrToExp(list) ->list
here you have the values of a list without "{}" imput, it?s so fast beacause you can use only the real keyboard, NO STYLUS :D




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users