....placing the name of a selected printer into a string variable? The following code does not comple but it conveys what I want:
Code:
#COMPILE EXE FUNCTION PBMAIN () AS LONG local p as string COLOR 14,1 CLS p = XPRINT ATTACH CHOOSE PRINT;p; WAITKEY$ END FUNCTION
Comment