Wald
Feb 23rd, 2001, 04:24 AM
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
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