This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Programming subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. General Coding and Design => Calculator Programming
Author Message
b__


Member


Joined: 16 Jun 2003
Posts: 173

Posted: 18 Jul 2003 10:05:28 pm    Post subject:

Can you make lists in Visual Basic? If you can, how do you manipualate them.

Last edited by Guest on 19 Jul 2003 10:47:12 am; edited 1 time in total
Back to top
b__


Member


Joined: 16 Jun 2003
Posts: 173

Posted: 19 Jul 2003 10:48:14 am    Post subject:

Can somebody please hurry and answer this? Im going on vacation monday and i need to finish the prog im doing.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 19 Jul 2003 07:28:40 pm    Post subject:

Quote:
Arrays
Fixed Arrays
A one-dimensional array is a way to group items so that you can refer to each item individually by means of its Index:

Dim MyButton(4)

This means that you have five elements in an array, MyButton(0) to MyButton(4).

Dynamic arrays
Dim MyButtons()
NumberOfButtons = InputBox("How many Buttons")
ReDim MyButtons(NumberOfButtons)

Format
MsgBox FormatDatTime(Now, vbGeneralDate) ' 15/6/98 5:15:20 PM

vbLongDate Monday, June 15, 1998
vbShortDate 15/6/98
vbLongTime 5:15;20 PM
vbShortTime 17:15 (24-hour clock)


Last edited by Guest on 19 Jul 2003 07:29:12 pm; edited 1 time in total
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement