On Fri, 07 Nov 2008, Fernando Mancera wrote: Hi Fernando,
> I think is usefull have functions for change set values from C Source Code. > HB_FUNC( CHANGESETVALUE ) > { > Hb_setSetDateFormat( ( char * ) hb_parc( 1 ) ) > } > Is possible ?? or we need use item api ?? It's possible (to be precise will be possible when missing 22 SETs in hb_setSetItem() will be implemented by: hb_setSetItem( HB_SET_DATEFORMAT, hb_param( 1, HB_IT_ANY ) ); If someone will be interest then and implement: BOOL hb_setSetL( HB_set_enum, BOOL ); BOOL hb_setSetNI( HB_set_enum, int ); BOOL hb_setSetNL( HB_set_enum, LONG ); BOOL hb_setSetCPtr( HB_set_enum, const char * ); then we can also add them to SVN. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour