Here is one way to do it
As Constant(
dt = Current Data Table();
start = 5;
stop = N Cols( dt );
);
Concat Items( Associative Array( dt[Row(), Index( start, stop )] ) << get keys, "/" );
As a strong suggestion, please take the time to go to
Help=>JMP Online Help
and read the section on Scripting Guide to familiarize yourself with JSL and scripting
Jim