Hi
2010/3/21 Przemysław Czerpak <[email protected]>:
> On Sun, 21 Mar 2010, Alexandr Okhotnikov wrote:
> So if no one has sth against then I'll commit modification which
> enable support for above syntax.
Please add this
>> The issue arose from the fact that it works in the PRG, but in the
>> macro and the HRB does not work (although the HRB compile as usual
>> PRG)
>
> Sorry but it's impossible and above is completely false information.
> There is absolutely no difference between compiling to .HRB file and
> compiling to .c file and then compiling them to .o or .obj. In both
> cases exactly the same PCODE is generate. Please verify such things
> before you send message to public forum. Otherwise you only confuse
> other users.
Example!
FUNC MAIN()
DBCREATE( "aa.dbf", { { "DACC", "C", 10, 0 } } )
use aa.dbf alias aa new
DBAPPEND()
aa->DACC := "hello"
? "aa->DACC :", aa->DACC
? 'aa->&("DACC") :', aa->&("DACC")
RETURN 0
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour