Produced by IDL 7.1.1
User Documentation

./toolbox
extract_edges.pro

Last modification date:
Wed Sep 28 13:27:11 2016

extract_edges

function extract_edges(strlist)

Given a string containing a comma separated list with optional range strings, turn that into two strings giving the start and end points that would be used to turn that string into integers.

Examples: extract_edges(["1,2,4:8"]) returns ["1,2,4","1,2,8"]

Returns
2-element string array

Parameters
strlist
in, required
string
Comma separated list


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:39 2016