Produced by IDL 7.1.1
Developer Documentation

./toolbox
decompress_ints.pro

Last modification date:
Fri Sep 23 11:20:36 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 Fri Sep 23 11:20:45 2016