> Is it possible to have more than one command on a line using some syntax
>
> eg instead of
>
> do something
> if error then
>do_something_else
>return
> end if
>
> write this lik
>
> do something
> if error then do_somethingelse : return (or syntax works)
>
> Regards
>
> Richard
>
No, i
Is it possible to have more than one command on a line using some syntax
eg instead of
do something
if error then
do_something_else
return
end if
write this lik
do something
if error then do_somethingelse : return (or syntax works)
Regards
Richard