Hey again guys, rather then add another topic to the board, I thought that I would just continue using this post for now as the next question still relates to FUNCTIONS
The question regards the retrival of data from within the function using the
FUNCTION X
var$ = "5"
ENDFUNCTION var$
Then use the variable var$ within the main programme? or would you use
var=X()
Meaning that thou the variable is worked out within the function and then is returned, it would not be returned as var$ but then use the vairable under a different label?
Would this help/hinder debug? or cause any problems?
Im trying to understand the basic ideas of good programming practice to help myself and anyone that might wanna read my code.
Thanks guys