[Top Page][All Pages][Recent Changes]

Edit History:View

Content of HSPPRINT互換モジュール:サンプルスクリプト at 2016/03/14 22:59:13 JST

View diff from current version

Return to the edit history

  - →[[HSPPRINT互換モジュール]]に戻る
  
  ----
  
  HSPPRINT互換モジュールの実行サンプルスクリプトです~%
  パブリックドメインです
  
  ----
  
  {{{
  
  #include "hspprint.as"
  
  getdefprn str_name_def_printer
  mes "既定のプリンターは"+str_name_def_printer+"です"
  
  }}}