hi
i tried to use dfile with opl for 9210 but i dont get it working !
proc dfile_test:
global test$(200)
test$="c:\"
dinit "dfile test"
dfile test$,"test me", 0
dialog
endp
any help - i get a syntax error at the end of the dfile line !
bye bye
hi
i tried to use dfile with opl for 9210 but i dont get it working !
proc dfile_test:
global test$(200)
test$="c:\"
dinit "dfile test"
dfile test$,"test me", 0
dialog
endp
any help - i get a syntax error at the end of the dfile line !
bye bye
hi
problem solved. the file$ string must be initial 255 chars long
bye bye