1. Re: VisualBasic Look-a-like
- Posted by Bernie Ryan <bwryan at PCOM.NET>
Jul 19, 1999
-
Last edited Jul 20, 1999
David:
Sorry I was not trying to be sarcastic.
I just mean that will be a major undertaking.
>>If you are asking how to place a -10 into an address of a double in C
>>structure:
>> poke4( -10, address )
>>Otherwise, it's not clear what you are asking for.
In a microsoft winbase.h header file it has the following:
#define STD_INPUT_HANDLE (DWORD)-10
I need to know what this constant's value is (DWORD)-10
( and I don't mean Euphoria stdin constant )
Thank You very much
Bernie