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"
Usage of variables of type "Range" and "List"
Hello, Markus.
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.
If you has range Variable1 then you could call it like this: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
Code: Select all
Variable1.From
Variable1.To
Please, describe your problem and we'll try to help you.
Thank you.