03-30-2009 01:21 PM
03-30-2009 05:15 PM - edited 03-30-2009 05:18 PM
Hi santana,
here's your vi without sequences and globals, but with a possible solution:
The function I used is "decimate array" to split your 40 values to 4 charts. Also you should note:
- don't use "insert into array", when a simple "build array" will do too
- don't use globals as variables (think dataflow)
- don't use sequences when not needed (think dataflow)
- use path constants instead of string (they also allow browsing for path...)
- there's an EOL constant (combined CR/LF)