AutoVBA兩有用的函式Time和Date

2021-09-06 03:31:36 字數 371 閱讀 2905

vba巨集**執行示例,用於向圖形中新增乙個text,**如下。

sub drawtext()

dim textposition(0 to 2) as double

textposition(0) = 1.5

textposition(1) = 8.5

textposition(2) = 0

modelspace.addtext "hellow", textposition, 1.8

end sub

**完。

date函式用於取得系統日期,返回值variant型別的字串,time函式用來返回系統時間,返回值variant型別的字串。

有用的php函式

一 檔案靜態化 檔案讀取函式 檔案讀取函式 function php read file name fclose fd return buf 如果知道的是檔案的連線位址的話 fileaddress http localhost filename.html 檔案所在的位址 function php r...

極其有用的函式

如需使用sleep函式 那麼在程式的最開始加上下面這一行 注意呼叫的時候sleep的s要大寫 private declare sub sleep lib kernel32 byval dwmilliseconds as long 生成乙個指定範圍的隨機數 private function rndz ...

MySql 有用的函式

1.case when then else end 查詢結果列舉 和timestampdiff函式 說明 timestampdiff函式用於計算兩個時間的整數時間差 語法 timestampdiff interval,datetime expr1,datetime expr2 interval表示返...