Produced by IDL 7.0
Developer Documentation

./toolbox
extract_edges.pro

Last modification date:
Sun Oct 22 03:20:02 2017

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 Sun Oct 22 03:20:16 2017