![]() |
![]() |
Script Function ReferenceFunction Reference >Script Function Reference >Function Manipulation>createIntervalcreateIntervalcreateInterval generates an interval table.
createInterval(min, max, res)
Parametersmin is a string value representing the minimum intervalmax is a string value representing the maxiumum interval res is a string value representing the resolution for the interval Return ValuecreateInterval returns an interval table.Examplefunction example() setInterval("f", createInterval("-10", "10", "100")) end |