PDA

View Full Version : Handle String Operation and "List Item: Get"



NewsArchive
05-11-2012, 12:37 AM
Hi Friedrich,

it seems, that the Handle String Operation "List Item: Get" could not
handle strings > 1k.

Could you increase this?

Thanks.

Markus

NewsArchive
05-11-2012, 12:37 AM
Hi Markus,

> it seems, that the Handle String Operation "List Item: Get" could not
> handle strings > 1k.
>
> Could you increase this?

This function makes use of the "wsprintf" Windows API which is limited to
1K.

We'll see if we can replace the wsprintf API in this function.

Friedrich

NewsArchive
06-28-2012, 10:29 AM
Hi Friedrich,

any news about this?

Markus

NewsArchive
06-28-2012, 10:49 AM
Markus,

>
> any news about this?
>

The following will be available in the next maintenance build:

---
IMPROVEMENT: [SB#2-05101] Installer: Remove 1 KB List Item limitation from
the 'List Item: Count', 'List Item: Get', 'List Item:Remove'
"Handle String Operation..." script function operations.
---

Friedrich