Hello forum members
Is there a way to put two or more instructions in one line?
Example:
Write this code
as
Change the ";" for whatever is needed.
Thanks
Is there a way to put two or more instructions in one line?
Example:
Write this code
Example1:
Sub Prueba as Boolean
return False
end sub
Example2:
Sub Prueba as Boolean; return False; end sub
Thanks
Last edited: