CodeBase - Script Parser

Return to the CodeBase listing

Category: Complete Applications

Version: 1.0

0
0

Information

Uploaded: 17th Dec 2004 23:47

Modified: 1st Jan 1970 01:00

Author:  re faze

Summary

Script Parser routine for dbpro but could do db too....

Full Description

Will Parse a script named script.txt to add commands just add a entry to the case statement and have it end with &quot;;&quot;<br /> example : <br /> OPEN FILE TO WRITE(HELLO.TEXT);<br /> WRITE FILE STRING(HELLO);<br /> WRITE FILE STRING(THIS IS A STRING);<br /> WRITE FILE(THIS IS A VALUE);<br /> WRITE FILE(123);<br /> PRINTLN(THIS IS A FLOAT);<br /> PRINTLN(123.99);<br /> WRITE FILE(123.965);<br /> PRINTLN(THE END);

Comments

No comments yet.