Quote Originally Posted by GMPX View Post
Or try just the . without any quotes at all.
Quote Originally Posted by Dmaxink View Post
^^^Thats what I do
Well just had a chance to try it. Kangsta's worked perfect.

Tried it like you guys said (Ross&Kory)...

Code:
;       Seg    Caption                               Major                Minor                   Vis   Dis   2D   Grp
;       ----   ----------------------------------   -------------------  -----------------------  ----  ----- ---  ----
VIEW =    2     "Main Injection Mode Assignment"    "Injection Control"  .                         1      2    0    0
And this is what I get

Click image for larger version. 

Name:	Untitled.png 
Views:	364 
Size:	3.8 KB 
ID:	17633

BUT! If you write it like Kangsta suggested, it loads correctly! Table loads in the "Major" folder.
Code:
;       Seg    Caption                               Major                Minor                   Vis   Dis   2D   Grp
;       ----   ----------------------------------   -------------------  -----------------------  ----  ----- ---  ----
VIEW =    2     "Main Injection Mode Assignment"    "Injection Control"  ""                        1      2    0    0
Thought I would test both ways, and included all that just incase something wasn't working the way it should be.