plugin.prg
Code: Select all
function hbmk2_plugin( hbmk2 )
hb_MemoWrit( hbmk2[ "cSTATE" ] + ".txt", hb_jsonEncode( hbmk2, .T. ) )
return nil
harbour -gh -n plugin.prg
To use it:
hbmk2 test.hbp plugin.hrb
Now we have a chance to fine tune the hbmk2 behavior when needed