-
All-in-one prototyping tool
-
Design hi-fi prototypes for web & mobile apps
-
Share and get feedback
-
UX platform for all your teams
modify function
In Progress
Hi all,
I would like to understand the parameters behind modify function.
modify("this is the parameter i try to understand", "I know the this are the names = values")
Thanks in advance!
The mod function returns the remainder after division of the first parameter by the second parameter. For example, 5 MOD 2 = 1.
Comments have been locked on this page!