You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I need some help with this.
I need to create a function that allows to create an array in a controlled way. For example: FOR(8, IF(I==0, VAR1, 0))
I = index loop
where the result is:
VAR1 = 100
[100, 0, 0, 0, 0, 0, 0, 0]
VAR1 can be an expression
Python 3.11
formulas == 1.2.6
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I need some help with this.
I need to create a function that allows to create an array in a controlled way. For example:
FOR(8, IF(I==0, VAR1, 0))
I = index loop
where the result is:
VAR1 can be an expression
Python 3.11
formulas == 1.2.6
Thanks in advance!
The text was updated successfully, but these errors were encountered: