f_getqrcode.srf 270 B

1234567891011
  1. $PBExportHeader$f_getqrcode.srf
  2. global type f_getqrcode from function_object
  3. end type
  4. forward prototypes
  5. global function string f_getqrcode (string arg_barcode)
  6. end prototypes
  7. global function string f_getqrcode (string arg_barcode);return arg_barcode
  8. end function