Question: How do I plugin multiple values into a function? (multiple subs command)

Hello

I've got two functions wich will deliver me coordinates to use in a CAD Drawing Software (one for the x-coordinates and one for the y coordinates). So I need to plugin multiple values in the function, lets say 0..Pi/4 in 0.1 steps and I want to export the results in an Excel Sheet.
I tried it with subs but it not supports 0..Pi/4. So i need to program a loop or something like that. 

Has anyone done this before?

best regards
 

Please Wait...