Quote Originally Posted by dglienna
% is shorthand from the old days for a INTEGER type.
I copied this from an old thread.


I would use a table that you could use to look up each one, so that you could just loop through each note, after knowing the amount to transpose in advance.
I've seen it before but it's not very good pratice to use. I'm also unsure if visual basic converts that at runtime or compile time, if it does it at runtime then it's by default a varient and would effect speed.