- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Get list of All Table Scripts
All,
i know this is simple and there might exist a function. But I will go ahead and ask anyways.
Is there a function that extracts all the saved scripts in a data table ?
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Get Property List(); // I was hoping this function does that
Best
uday
Best
Uday
Uday
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Get list of All Table Scripts
My bad - found it . Its called "Get Table Script Names"
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
names = dt << Get Table Script Names;
Best
Uday
Uday
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Get list of All Table Scripts
My bad - found it . Its called "Get Table Script Names"
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
names = dt << Get Table Script Names;
Best
Uday
Uday