> 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")It works here in all combinations. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
