I tried the example at this page :
http://www.rgagnon.com/pbdetails/pb-0052.html
I have PB7 + WinNT.
I entered the code like in the example, but when I type GetCursorPos(lstr_point),
PB compiler prompts me with the error of that last command GetCursorPos(lstr_point)
(0005) : Error C0174: Type...
I know this is a very stupid question, but i'm looking through some code i downloaded and see a lot of variables declared preceding with an underscore ...
Thx for answering,
JuGgY ...
eg :
// Draw background
_x1 := BACK1X;
_x2 := BACK2X;
_p.y := 0;
for _z := 0 to 11 do
begin...
Hi,
I try something like this :
Dim my_collection as collection (doesn't work)
or
Dim my_collection
Set my_collection = server.Createobject("collection")
None of this works :(
Can someone tell me the right code please ?
Thanks,
JuGgY ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.