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
How Intruduce "n" Data Or Values
Started by
Fabri
, Mar 22 2006 09:23 PM
2 replies to this topic
#1
Posted 22 March 2006 - 09:23 PM
#2
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
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) ->listhere you have the values of a list without "{}" imput, it?s so fast beacause you can use only the real keyboard, NO STYLUS
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users