Coding Standards/conventions Question:

What is Functions Indention?

Tweet Share WhatsApp

Answer:

Use tabs to bring some structure into your function body
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if

Download Coding Standards PDF Read All 26 Coding Standards Questions
Previous QuestionNext Question
Explain Functions Introduction?Explain Functions Size?