Read-only archive of the All About Symbian forum (2001–2013) · About this archive

opl dfile ?

1 replies · 1,605 views · Started 06 May 2003

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