hI.... I have tryed your software ...but don't work...can you help me?? please??? i have write this...:
// --------------------------------- //
// Project: VALORI
// Start: Monday, May 09, 2016
// IDE Version: 14.106
// SETCURRENTDIR("Media") // go to media files
data$=NETWEBGET$("http://webrates.truefx.com","/rates/connect.html?f=html&c=AUD/USD",80,512,5000)
LOCAL splits$[]
num = SPLITSTR(data$, splits$[], " ") // using space as delimiter
IF num>0
FOR i=0 TO num-1
PRINT ""+splits$[i]+"", 70, 100+(20*(i+1))
NEXT
ELSE
PRINT "No Connection", 70, 120
ENDIF
ENDIF
_______________________________________
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.10.037 SN:9655d67f - 3D, NET
"VALORI.gbas"(25) error : GPC000d ENDIF without IF
If i delete the last endif give this...
_______________________________________
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.10.037 SN:9655d67f - 3D, NET
"VALORI.gbas"(10) error : GPC1002 variable is not explicitly defined : data$
Can you help help me?
LESTROSO