リファレンス 35 ドキュメント 8 サンプル 32
Artlet2D 11 basic 48 comobj 19 d3module 27 demo 1 elm2d 9 game 20 hgimg 12 hgimg3 44 hgimg4 15 HIDaspx 2 hsp3dish 12 hsp3imp 1 hspcl 10 hspcv 5 hspda 10 hspdb 3 hspdx 5 hspext 17 hspinet 14 hspprint 2 hspsock 5 hsptv 4 hsptvapp 1 hspusbio 1 llmod3 9 misc 12 module 8 new 21 obaq 13 SQLele 3 ssaver 1

hspprint

Path : sample\hspprint
test1.hsp
#include "hspprint.as" enumprn plist pnum=stat mes "プリンタの数="+pnum if pnum=0 : goto *noprn mes "プリンタ一覧" notesel plist repeat notemax noteget s1,cnt mes "ID"+cnt+" : "+s1 loop getdefprn kitei mes "規定のプリンタ="+kitei stop *noprn mes "プリンタはありません。
sample\hspprint\test1.hsp - 2014/09/19
test2.hsp
#include "hspprint.as" *start cls enumprn plist pnum=stat mes "プリンタの数="+pnum if pnum=0 : goto *noprn getdefprn def_printer 規定のプリンター mes "プリンタ一覧" useid = 0 notesel plist repeat notemax noteget s1,cnt mes "ID"+cnt+" : "+s1 if s1=def_printer :
sample\hspprint\test2.hsp - 2014/09/19