Produced by IDL 7.1.1
User Documentation

./toolbox
decompress_ints.pro

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

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 Wed Sep 28 13:27:38 2016