Hi,
I used to this function to be know is a function defined in my program compiled from xHarbour.
How can I know it in Harbour?
Thanks
I used to this function to be know is a function defined in my program compiled from xHarbour.
FUNCTION Method_Run1(bRunBlock, cRunBlock, lResult)
LOCAL bTemp, Result := lResult
  DEFAULT Result := .T.
  IF !Empty(bRunBlock) .AND. HB_FUNCPTR(cRunBlock)<>NIL
    Result := Eval(bRunBlock)
  ENDIF
RETURN ResultHow can I know it in Harbour?
Thanks
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06