kanup
February 15th, 2000, 10:51 PM
i got few expressions containing logical "And" ,"Or" .this expressions are in a text file in the following format.
result=((var1And var2)or(var3 And var4)) etc.The expression can be in any number of "and's & or's".
i want to use the VB6.0 logical operators to evaluate my expression.
How will these expression get copied or moved to vb code from the file?
or How will the operators work within a file?
result=((var1And var2)or(var3 And var4)) etc.The expression can be in any number of "and's & or's".
i want to use the VB6.0 logical operators to evaluate my expression.
How will these expression get copied or moved to vb code from the file?
or How will the operators work within a file?