单项选择题Sub过程与Function过程最根本的区别是( )。
单项选择题执行以下程序段后,变量c$的值为【 】a$= Visual Basic Programming b$= Quick c$=b$&UCase(Mid$(a$,7,6))&Right$(a$,12)