Hi guys, I'd like to kno what is more OP. For example
I have 2 functions: 1 is Hinit and the other is afplayer
So if I do (see the bold text)
function main takes nothing returns nothing
.....
call ExecuteFunc("Hinit")
call afplayer()
endfunction
which one is faster, more efficient and optimized. Thanks,
I have 2 functions: 1 is Hinit and the other is afplayer
So if I do (see the bold text)
function main takes nothing returns nothing
.....
call ExecuteFunc("Hinit")
call afplayer()
endfunction
which one is faster, more efficient and optimized. Thanks,