Answers

Question and Answer:

  Home  Coding Standards

⟩ What is Functions Indention?

Use tabs to bring some structure into your function body

if(nPos > 1) then

nRetrun = True

else

nRetrun = False

end if

 281 views

More Questions for you: