M
mbobro
Hi,
There is a silly issue I got stuck for a while.
I used to write mostly procedures rather than functions. In order t
make them clear and easy to read when I called them I have formatte
the text like that:
procedure1 _
parameter1:=value1, _
parameter2:=value2, _
parameter3:=value3, etc.
now I wanted to do the same with UDF, but it doesn't work. The workin
format is:
function1(value1, value2, value3, etc)
but it is harder to read afterwards.
It seems to me silly, but there is no direct example on MSDN or thi
forum, so I decided to ask.
Thanks in advance,
Mbobr
There is a silly issue I got stuck for a while.
I used to write mostly procedures rather than functions. In order t
make them clear and easy to read when I called them I have formatte
the text like that:
procedure1 _
parameter1:=value1, _
parameter2:=value2, _
parameter3:=value3, etc.
now I wanted to do the same with UDF, but it doesn't work. The workin
format is:
function1(value1, value2, value3, etc)
but it is harder to read afterwards.
It seems to me silly, but there is no direct example on MSDN or thi
forum, so I decided to ask.
Thanks in advance,
Mbobr