O
Hi,
I have a script with something like:
Name C1 "Batch" C2 "Date" C3 "Item"
Read 'Batch' 'Date' 'Item';
FILE "C:\data.txt";
I have a problem where if the Item column initially has rows with numeric values that Minitab assigns the column as Numeric and complains then if it finds some text entries.
How can I define column types using Name? I tried C3-T but that doesn't seem to work?
I have a script with something like:
Name C1 "Batch" C2 "Date" C3 "Item"
Read 'Batch' 'Date' 'Item';
FILE "C:\data.txt";
I have a problem where if the Item column initially has rows with numeric values that Minitab assigns the column as Numeric and complains then if it finds some text entries.
How can I define column types using Name? I tried C3-T but that doesn't seem to work?