1
123
Thank you
Is this code correct
( I want to retrieve function value) if function will give me result 10 then
do any action
the code is
if MyFunction () =10 then
do any action
end if
Is this code correct
( I want to retrieve function value) if function will give me result 10 then
do any action
the code is
if MyFunction () =10 then
do any action
end if