Closed Thread
Results 1 to 2 of 2

Thread: Variables in Visual Basic

  1. #1
    AlanQ's Avatar
    AlanQ is offline Newbie
    Join Date
    Apr 2009
    Location
    Las Vegas
    Posts
    17
    Rep Power
    0

    Variables in Visual Basic

    Introduction

    A variable is temporary storage space for numbers, text, and objects. Variables are constantly being created and destroyed and will not hold any values after your program has ended. If you want to save the values of variables or other data. Before allocating storage space for a variable, decide what the variable's lifetime will be, or in other words, which procedures and which modules should have access to the variable's value.

    Access 2007 Bible - Google Book Search

    Last edited by Jordan; 04-20-2009 at 01:38 PM. Reason: copied

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    phpforfun's Avatar
    phpforfun is offline Speaks fluent binary
    Join Date
    Feb 2008
    Posts
    1,232
    Blog Entries
    17
    Rep Power
    24

    Re: Variables in Visual Basic

    Access 2007 Bible - Google Book Search

    STOP STEALING TUTORIALS YOU **** MORON!

    It seems like you stole most of it from that, I searched for key parts, and they were identical.
    Checkout my new forum! http://adminreference.com/

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Visual Basic Assighment Help. (Translating pseudocode to visual basic)
    By Adolf B in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-18-2011, 09:16 PM
  2. Few questions on Visual studio ultimate 2010 and visual basic
    By Steamsteam in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-26-2010, 05:14 PM
  3. Visual Basic 2008 vs. Visual Basic 2005 - Compatibility
    By cande_300 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-23-2010, 09:00 AM
  4. setting variables in flash using visual basic 6
    By pitchfork_it in forum Visual Basic Programming
    Replies: 10
    Last Post: 05-29-2008, 12:07 PM
  5. Creating a Class in Visual Studios.Net (Visual Basic Section)
    By dream in forum Visual Basic Programming
    Replies: 11
    Last Post: 05-12-2008, 12:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts