| 1 | initial version |
You have double equal sign, i.e. a Comparison Operator:
OutFile=='C:\model\PlantB.out'
It should be just a single equal sign for assignement:
OutFile='C:\model\PlantB.out'
| 2 | No.2 Revision |
You have double equal sign, i.e. a Comparison Operator:
OutFile=='C:\model\PlantB.out'
It should be just a single equal sign for assignement:assignment:
OutFile='C:\model\PlantB.out'
| 3 | No.3 Revision |
You have double equal sign, i.e. a Comparison Operator:
OutFile=='C:\model\PlantB.out'
It should just be just a single equal sign for assignment:
OutFile='C:\model\PlantB.out'
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.