Produced by IDL 7.0
Developer Documentation

./toolbox
decompress_ints.pro

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

decompress_ints

function decompress_ints(strints, unique=unique, llimit=llimit, ulimit=ulimit)

Converts a string containing an integer list in a special syntax into an integer array. The syntax is comma separated values, with : used for ranges. Example: 3,5,8:12 -> [3,5,8,9,10,11,12]

Parameters
strints
.

Keywords
unique
.
llimit
.
ulimit
.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:16 2017