Results 1 to 5 of 5

Thread: [RESOLVED] Immediate

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    11

    Resolved [RESOLVED] Immediate

    Hi there,
    Does anyone know how to use Immediate? could someone tell me how to use it?

    thx b4
    regards,
    CuFoo

  2. #2
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    Melbourne, Australia
    Posts
    415

    Re: Immediate

    Do you mean the window called Immediate? If that's what you mean, it's used from Debug.Print, which is where the text is displayed

    For example, type
    Debug.Print "Test"
    Then press Ctrl-G

  3. #3
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: Immediate

    The only Immediate I know of is the Immediate Window.
    The best place to learn about it is to open VB's help file and search for it.

  4. #4
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    Re: Immediate

    Immediate window is used to check some variable values or the run time behaviour of your program or at design time you can use it as a rought sheet for your calculation or for immediate results...It can have only one line statements...to open your immediate window, Press Ctrl + G at any time either at runtime or designtime
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    11

    Re: Immediate

    thanx a lot...

Posting Permissions

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



Click Here to Expand Forum to Full Width