Originally posted by Bruce - PhosphorMedia
View Post
Just to clarify, here is the code that is in place:
Code:
<mvt:assign name="g.file_read" value="file_read('/nav2.txt','script', g.script)" />
<mvt:if expr=" g.file_read NE -1 ">
The file was read! File Contents: &mvt:global:script;
<mvt:else>
There was an error reading the file
</mvt:if>
Leave a comment: