Antonio Linares wrote:Enrico,
yes, you can do similar things using HRB files, but imagine that you want to create them from a tablet. Thats impossible, unless you have harbour.exe in the tablet. Of course, you can email them, download them, etc.
But there is no way to create them in the tablet without harbour.exe unless you use hbclpr.lib
Antonio Linares wrote:My idea now is to take both concepts further and make them compatible, so the same code on Android should work on iOS and viceversa.
So it seems to me as we will go the Android Studio way
FUNCTION MAIN()
LOCAL cVar := "1 | 2"
? &( cVar )
INKEY( 0 )
RETURN NIL
Error BASE/1449 Syntax error: &
#include "fivewin.ch"
FUNCTION MAIN()
LOCAL cVar := " 1 / 2 " // ?" 1 | 2 "
? &( cVar )
RETURN NIL
#include "fivewin.ch"
FUNCTION MAIN()
local cvar:="hb_bitor(1,2)"
?&(cvar)
RETURN NIL
Antonio Linares wrote:Maybe using the preprocessor ?
"1 | 2"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 8 guests