程式設計師mac的相關文章

有關barcode code-128 / 一般討論區 / 程式設計俱樂部
瀏覽:332
日期:2025-09-29
2008/9/10 下午 04:36:46 請問大大: 我想列印code-128,也下載了Font,但印出來格式還是錯誤 下列是我寫的string to code-128: FOR ll_n = 1 TO Len(ls_bar_code) STEP 1 ls_asc = String(AscA(mid(ls_bar_code, ll_n, 1)) - 32)...看更多