Difference between revisions of "sliderRange"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
back to [[Scripting_Reference#U|COMREF]] | back to [[Scripting_Reference#U|COMREF]] | ||
− | <h2 style="color:#000066">'''sliderRange ''''' | + | <h2 style="color:#000066">'''sliderRange ''idc'''''</h2> |
'''Operand types:''' | '''Operand types:''' | ||
− | + | ''' | |
− | idc: [[Number]] | + | idc:''' [[Number]] |
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Array]] | [[Array]] | ||
+ | |||
+ | '''Compatibility:''' | ||
+ | |||
+ | Added in version '''1.79''' | ||
'''Description:''' | '''Description:''' | ||
− | Return limits, as an [[Array]] '''''[min, max]''''' of slider idc of topmost user dialog. | + | Return limits, as an [[Array]] '''''[min, max]''''' of slider '''idc''' of topmost user [[dialog]]. |
+ | |||
'''Example:''' | '''Example:''' | ||
_slidelimits1 = '''sliderRange''' 105 | _slidelimits1 = '''sliderRange''' 105 |