Forum Discussion
matrixebiz
9 years agoRoku Guru
So with 'Sub' I can declare a value to Something without having to return that value back out of the routine like I would have to do with a 'Function'? or are you meaning something different?
Something = Door
Somthing = Sub() or Somthing = Function()
Sub()
Change Something to = "Window"
End Sub
Function()
Change Something to = "Window"
return window
End Function
Something = Door
Somthing = Sub() or Somthing = Function()
Sub()
Change Something to = "Window"
End Sub
Function()
Change Something to = "Window"
return window
End Function