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

Edit History:Diff

Changes of HSPPRINT互換モジュール:サンプルスクリプト since Epoch

  • + added lines
  • - deleted lines

Return to the edit history

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