B4X:
U_Printer.WriteBarCode("1234567890") ' This prints the barcode image correctly (length of string is 10
U_Printer.WriteBarCode("123456789012345") ' No barcode image is printed (length of string is 15)
is it possible to accommodate string length more than 10 in writebarcode ?
the input string for barcode print sent by the mobile app is more than 10, may be upto 18