Is there a function that you can use for calling een function with data.
A example
message "test"
sub message(variab as string)
call variab
end sub
sub test()
msgbox "Hello"
end sub
'Do you use the function Call or is there another way
|
Results 1 to 2 of 2
Thread: Calling Functions with dataThreaded View
|
Click Here to Expand Forum to Full Width |