Could anyone help me modify Bill Williams ABillW_FractalLine.efs to add an interval? I believe I know how to add the Interval Array in pre-Main, but I'm having a terrible time trying to call the interval or finish the code in Main. Thank you in advance.
added the following to preMain:
fpArray[x] = newFunctionParameter("Interval",FunctionParamenter .STRING);
with(fpArray[x++]){
setDefault(5);
added the following to preMain:
fpArray[x] = newFunctionParameter("Interval",FunctionParamenter .STRING);
with(fpArray[x++]){
setDefault(5);
Comment