VB.NET Data Types[5]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 sonicdater 的 blog

in vb6, you can declare a procedure with the static modifier. this causes every local variable within the procedure to be static and to retain its value between calls. in vb7, the static modifier is not supported in a function or sub statement. you must individually declare each local variable you want to be static.

本文关键:VB.NET Data Types
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top