Advertisement

reading files

Started by June 12, 2000 12:33 AM
0 comments, last by youngo 24 years, 6 months ago
is there a special way to read files containing for example: Temp { tempvar "hello you"; tempvar2 "hello me"; 1;2;3;4; } or do i have to parse everything?
If the text file contains a snippet of code like that, then your program will have to read it a run time and you will have to implement some sort of code that will parse what the file has and do something accordingly.

I believe you are referring to a scripting language, in which case you should either make your own or, I have heard Java is a decent language for doing this (to use as a scripting language, not to implement).

Ben

Edited by - pr0teus on June 13, 2000 4:53:04 PM

This topic is closed to new replies.

Advertisement