here is the link for it. check it out; ive found a COM object for a string grid like excel with this program, so it probably might be good for making custom object or COM libs
http://www.vinaeus.com/about.htm
empower IDE, maybe good for making libs of objects
-
- Enthusiast
- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
empower IDE, maybe good for making libs of objects
Code: Select all
!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw