Right now FPL can't handle any clipboard text larger than 1023 characters + zero-terminator.
When the clipboard text is larger, either by get or set - nothing happens and the respective function returns false.
This limit must be replaced with a dynamic memory system.
Right now FPL can't handle any clipboard text larger than 1023 characters + zero-terminator.
When the clipboard text is larger, either by get or set - nothing happens and the respective function returns false.
This limit must be replaced with a dynamic memory system.