I am trying to develope a sim that reads a text file and shows the message on it on screen.
This is the code:
event inq: 1
var fn : n5
var sTmp : A150
fopen fn, "/micros/simphony/data/empmessage.txt", read
FReadLn fn, sTmp
errormessage sTmp
fclose fn
endevent
The problem is that the isl can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.