Page 1 of 1

Usage of variables of type "Range" and "List"

Posted: Fri Dec 09, 2011 7:39 am
by Markus Weiß
Hi,

i wanted to use variables from the dictionary that are defined as "range" or "list" and didn't find anything in the manuals to use them besides the DateTimeRange.ToDate / FromDate or Timespan.FromTime / toTime example.


- How do i access DoubleRange From and To?
- How do i access list values in general? And double list value explicitly?

Version is 2011.3

Thanx

Markus

Usage of variables of type "Range" and "List"

Posted: Fri Dec 09, 2011 9:19 am
by HighAley
Hello, Markus.
markusw wrote:i wanted to use variables from the dictionary that are defined as "range" or "list" and didn't find anything in the manuals to use them besides the DateTimeRange.ToDate / FromDate or Timespan.FromTime / toTime example.


- How do i access DoubleRange From and To?
- How do i access list values in general? And double list value explicitly?

Version is 2011.3
If you has range Variable1 then you could call it like this:

Code: Select all

Variable1.From
Variable1.To
But it's impossible to access list variable. It's for internal use only.

Please, describe your problem and we'll try to help you.

Thank you.