A、只有在標(biāo)準(zhǔn)模塊中用Public語句說明的變量才是全局變量。 B、在標(biāo)準(zhǔn)模塊的通用聲明處可用Private語句說明模塊級(jí)變量。 C、在窗體的通用聲明處可用Private語句說明窗體級(jí)變量。 D、在過程中不能使用Public語句說明全局變量
A、Functionf(ByValnAsInteger) B、Functionf(ByValnAsInteger)AsInteger C、Subf(ByValn()AsInteger) D、Subf(nAsInteger)AsInteger
A、PrivateFunctionmx(a()AsInteger)AsInteger B、PrivateFunctionmx(ByVala(12)AsInteger)AsInteger C、PrivateFunctionmx(a(12)AsInteger)AsInteger D、PrivateFunctionmx(ByVala()AsInteger)AsInteger