Coding Standards/conventions Question:
What is Functions Indention?
Answer:
Use tabs to bring some structure into your function body
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
Previous Question | Next Question |
Explain Functions Introduction? | Explain Functions Size? |