摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> NowDate = ChangeDateStringToNumeric(Format(Now(), "yyyy/MM/dd")) NowTime = CIntX(Format... 阅读全文
posted @ 2007-04-06 18:21 sekihin 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 精用Boolean表达式,让代码再减肥 1、传统方法: If SomeVar > SomeOtherVar Then x = x + 1 End If 2、更简练的方法 x = x - (SomeVar > SomeOtherVar) 1、传统方法: If SomeVar > SomeOtherVar Then ... 阅读全文
posted @ 2007-04-06 10:44 sekihin 阅读(1171) 评论(1) 推荐(0) 编辑