Ys TOOLs B

٤Ƴ٤Ĥ
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
-
|
!
-
!
-
!
 
 
 
 
 
-
!
 
 
//    WRITE_LINE.hsp
//    操作前文字列用mesbox用
sdim s,65000
//    ノートパッド用
sdim t,65000
//    画面初期化
    screen 0,600,480
    objsize 200,20
    button "実行",*do_hoge
    pos 0,25
    font "",18
    objmode 2
//    sが中身の操作前文字列用mesbox
    mesbox s,600,455,5
    ID4mesbox=stat
    stop