- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How can I obtain the serial number of the column where the cursor resides using a script?
Let's say I select a cell in column 4
The following code only gets the specific column name, not the serial number of the column :4
dt=Open("$SAMPLE_DATA/Big Class.jmp");
aaa=(dt<<get selected columns)[1];
Thanks!
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How can I obtain the serial number of the column where the cursor resides using a script?
Contains( dt << get column names( string ), aaa << get name );
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How can I obtain the serial number of the column where the cursor resides using a script?
ab=(dt<<get selected rows)[1];
??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How can I obtain the serial number of the column where the cursor resides using a script?
Contains( dt << get column names( string ), aaa << get name );