
| Key: |
CBI-237
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Rob Kooper
|
| Reporter: |
Rob Kooper
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Currently each line of the scrip is executed, we should be able to just call the script.
For example if the script is called foo.m we should simple do
eval 'clear all'
for param eval 'set param'
for input eval 'set input'
eval 'script'
|
|
Description
|
Currently each line of the scrip is executed, we should be able to just call the script.
For example if the script is called foo.m we should simple do
eval 'clear all'
for param eval 'set param'
for input eval 'set input'
eval 'script'
|
Show » |
|