Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 .
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
hosamhelal




PostPosted: Sat Jan 15, 2005 10:40 pm   Post subject: .

ok...
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Sat Jan 15, 2005 11:43 pm   Post subject: (No subject)

eh... no arrays?
hosamhelal




PostPosted: Sat Jan 15, 2005 11:53 pm   Post subject: (No subject)

tony wrote:
eh... no arrays?


I have arrays!
hosamhelal




PostPosted: Sun Jan 16, 2005 12:01 am   Post subject: (No subject)

I have them!
Tony




PostPosted: Sun Jan 16, 2005 12:04 am   Post subject: (No subject)

well you see... there are Tutorials... and they explain how to use everything, even Arrays. Oftentimes topics are covered by multiple authors more Arrays
hosamhelal




PostPosted: Sun Jan 16, 2005 12:15 am   Post subject: (No subject)

tony wrote:
well you see... there are Tutorials... and they explain how to use everything, even Arrays. Oftentimes topics are covered by multiple authors more Arrays


Ok
SuperGenius




PostPosted: Sun Jan 16, 2005 12:22 am   Post subject: (No subject)

hosamhelal wrote:

how would i seperate each one differently; so if it's that, it will draw that oval, etc.


array elements are addressed by an 'index number"

ex:
code:

for a = 1 ..10
     myarray(a) = a
end for


so:
myarray(1) = 1
myarray(2) = 2
myarray(3) = 3
and so on.

The number in the brackets must be an integer. It could be a constant or a variable.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 7 Posts ]
Jump to:   


Style:  
Search: