DRAWTEXT Limitations


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jeff Cinelli on March 25, 2018 at 17:43:02: Uploaded files: 1

Is there a limit to the number of characters the DRAWTEXT command can handle? When I sent up to 1,011 characters, I'm good. 1,012 or more and the Comet session crashes hard (see attached image). I also tried defining as dynamic, and it crashed as well.

LENGTH 6.0 & LOCAL FLAGS
LENGTH 1011 & LOCAL TEXT$
INCLUDE 'PRINTCTL.INC'

CLEAR
CLOSE (1) & OPEN (1) 'L49'
FLAGS=DT.LEFT+DT.WORDBREAK
TEXT$=(INSERT VERY LONG TEXT STRING HERE)
PRINT (1) (TR);(DRAWTEXT=100,100,8000,4000,FLAGS);TEXT$;'@00@'
CLOSE (1)
STOP


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]