Results 1 to 2 of 2

Thread: How to use macro (&) in VB like Clipper?

  1. #1

    Thread Starter
    Addicted Member Michel Jr's Avatar
    Join Date
    Jan 2000
    Location
    Brazil
    Posts
    175

    Question

    Hi,

    Is it possible to use Macro (&) in VB like I use in Clipper?

    Ex.: In Clipper it's possible to do this:

    'Initialize month variables
    For I = 1 to 12
    xx = str(i)
    wMonth&xx = 0.00
    Next


    Thanks for any idea...

    Michel Jr.

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Location
    Portland, OR.
    Posts
    226
    For I = 1 to 12
    xx = str(i)
    wMonth= wMonth & xx
    wMonth = 0.00
    Next



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