Importing data from files
When processing files from other sources, sometimes you have fixed length files and sometimes you have delimited files. This tip shows two generic subroutines -- SetVariableValueByLen and SetVariableValue -- that simplify the process and unclutter your code.


