I hope somebody can explain my the differents between these sources:
I can compile this without problem:
Framework BaH.DateTime
Import BRL.StandardIO
Local d:TDate = TDate.localDay()
Print d.weekNumber()
I get an error when I try to compile:
Local d:TDate = TDate.localDay()
Print d.weekNumber()
Also not possible to compile:
Framework BaH.DateTime
Import BRL.StandardIO
Local d:TDate = TDate.localDay()
Print d.weekNumber()
Local Window:TGadget = CreateWindow("Pic Explorer Window", 100, 100, 700, 470, Null, WINDOW_TITLEBAR | WINDOW_CLIENTCOORDS | WINDOW_STATUS)
My problem is the last example - I like to use BaH.DateTime and gadgets in one source - but can't find out to make it to work ...
Thanks
Andre
I can compile this without problem:
Framework BaH.DateTime
Import BRL.StandardIO
Local d:TDate = TDate.localDay()
Print d.weekNumber()
I get an error when I try to compile:
Local d:TDate = TDate.localDay()
Print d.weekNumber()
Also not possible to compile:
Framework BaH.DateTime
Import BRL.StandardIO
Local d:TDate = TDate.localDay()
Print d.weekNumber()
Local Window:TGadget = CreateWindow("Pic Explorer Window", 100, 100, 700, 470, Null, WINDOW_TITLEBAR | WINDOW_CLIENTCOORDS | WINDOW_STATUS)
My problem is the last example - I like to use BaH.DateTime and gadgets in one source - but can't find out to make it to work ...
Thanks
Andre