column header search and replace
Hi, I can replace the column header name with the exact name using :height << Set Name( "test" );
If I have a list of text I want to replace to "".How do I proceed with that?"name" "Time" "sex" "height abc weight" "weight xyz" "12 height test"
KATIE 12 F 59 95 59
LOUISE 12 F 61 123 61 Final output:"name" "Time" "sex" "abc" "xyz" "12 test" Names Default To Here( 1 );
dt = Open( "C:/JSL/BigClass.jmp"
...