|
-
Aug 8th, 1999, 02:32 PM
#1
Thread Starter
New Member
How to make a program so that it could read from the text file and then perform same function according to the syntax of the text file.
-
Aug 8th, 1999, 08:20 PM
#2
Member
Unfortunately this is IMPOSSIBLE !!
Visual Basic does not work in a way of passing strings to the compiler, but the compiler processes COMMANDS, and this is the new characteristic of the new developed Programming Languages, i.e. Pascal, C, VB.
However, in Clipper you can do this .. if you heard about this programming language.
Wesam.
------------------
-
Aug 9th, 1999, 11:32 AM
#3
Frenzied Member
Fortunately, it's possible (I'm guessing the original poster intended to use the word "some" in place of "same").
Use this process:
Read record
parse string into fields
use a case statement to decide what to do based upon the content of one (or more) of the fields.
loop until done
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|