chichara
Newbie level 3
Hi All,
I'm beginner with PIC. I use Mikrobasic as programming software for it.
I create a programm with sub procedure, procedure is declared like this :
sub procedure procedure_name(parameter_list)
[ local declarations ]
procedure body
end sub
i don't know how use parameter exactly so that i got an error like this:
Array parameter must be passed by reference
What does it mean? how can i solve the error like that? :-(
Thanks
I'm beginner with PIC. I use Mikrobasic as programming software for it.
I create a programm with sub procedure, procedure is declared like this :
sub procedure procedure_name(parameter_list)
[ local declarations ]
procedure body
end sub
i don't know how use parameter exactly so that i got an error like this:
Array parameter must be passed by reference
What does it mean? how can i solve the error like that? :-(
Thanks