2012年2月21日 ... ■[台湾]Dim sum time in Taipei! (台湾点心時間). f:id:cipolina:20120221213908j: image:w333. 前回の日記にたくさんのコメントをありがとうございました。身近な ブロガーさんの中に、台湾旅行をされているかたがこんなにいらっしゃる、 ...
2012年1月30日 ... Dim x, y, n, r, i, endraw, pricerec, px1, px2, py1, py2, py3, py4, mns, dammy As Integer Dim mycell, vc ... Dim d1, d2, d3, d4, v1, v2, v3, v4, grrange, mig, mag As Double Dim nsh, cn, RSN1, LSN, DUMMY As String Dim high As ...
2010年8月18日 ... この関数が何故 DIM という名前なのか、ずっと謎だったのですが、1958年発行の IBM の "Reference Manual FORTRAN II for the IBM 704 Data Processing System" を 読んでいて、語源を発見しました。11頁に Intrinsic 関数の例として ...
2012年1月12日 ... Option Explicit dim wsh set wsh = CreateObject("WScript. ... Arguments dim s s = Replace(arg, lroot, sroot) wsh. ... DateLastModified)) case -1 'ローカルの方が 新しいときは確認する dim ret ret = msgbox( _ "ローカルに新しいファイル ...
2008年8月5日 ... 1 dim x(10) 2 dim y(10) 3 cls 4 for i=0 to 9 9 d = RND % 3 -1 10 x(i) = x(i) + d 11 if x(i)<0 then x(i)=0 12 if x(i)>120 then x(i)=120 13 d = RND % 3 -1 14 Y(i) = Y(i) + d 15 if y(i)<0 then y(i)=0 16 if y(i)>31 then y(i)=31 17 locate x(i) ...
2012年2月1日 ... EventArgs) Dim btn As Button Dim btntag As ButtonTag Dim tim As Timer Dim timtag As TimerTag '' btn = DirectCast(sender, Button) btntag = DirectCast(btn. Tag, ButtonTag) tim = btntag.Timer timtag = DirectCast(tim.Tag ...
2011年11月30日 ... Dim a as Long Dim b as Long Dim c as Boolean a = 10 b = 20 c = b = a ' !? パット見じゃ比較だか代入だかわかんねぇよコレ. ちなみに、c = False になるようです。 c が Boolean だから a = b が比較だと判定できるって事なんだろ ...