Hello all,
This is a bit embarrassing.. but I get an error on compilation when I try to call a sub and pass an integer to it.
CallSub SetTextSizeAllViews(20) <==== I get a compiler error here
Sub SetTextSizeAllViews(siz As Int)
This is so basic and yet for an equally strange reason, I cannot find any info on this. Can anyone tell me
A) Where to get the docs on this?
B) What am I doing wrong??
Thanks all,
Tim
This is a bit embarrassing.. but I get an error on compilation when I try to call a sub and pass an integer to it.
CallSub SetTextSizeAllViews(20) <==== I get a compiler error here
Sub SetTextSizeAllViews(siz As Int)
This is so basic and yet for an equally strange reason, I cannot find any info on this. Can anyone tell me
A) Where to get the docs on this?
B) What am I doing wrong??
Thanks all,
Tim