Skip to main content
1-Visitor
March 2, 2021
Solved

Creating an increasing Range

  • March 2, 2021
  • 1 reply
  • 1281 views

JA_9802927_0-1614672408459.png

 

Hi, i would like to have and increasing Range from 3.3 to 8 with an increment of 0.1. When i try 3.3,0.1..8 i will get this range values must defined with sequential values. How can i fix this?

Thanks.

 

Best answer by LucMeekes

To define a range you set the first value, then the second value (NOT the increment) and then the last value.

So your range definition should look like:

3.3 , 3.4 .. 8

 

Success!

Luc

 

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
March 2, 2021

To define a range you set the first value, then the second value (NOT the increment) and then the last value.

So your range definition should look like:

3.3 , 3.4 .. 8

 

Success!

Luc