I am trying to understand how "Fields" works. Or more specifically I would like to perhaps use it to print a file of columns 1 column may be 15 spaces wide, while the 2nd may be 30 spaces wide and yet a 3rd may only be 5 spaces wide.
Now if Fields is what I need so I can say
Field1 = "Some Command"
Field2 = "Some Comment"
Field3 = "Some Line Number"
Does anyone have a compilable example that does that? Or am I way off base how Fields are used?
Now if Fields is what I need so I can say
Field1 = "Some Command"
Field2 = "Some Comment"
Field3 = "Some Line Number"
Does anyone have a compilable example that does that? Or am I way off base how Fields are used?
Comment