ACL function buffer_clipboard_contents(clip) fails but bc=buffer_clipboard_contents(clip) does not in Arbortext Editor 6.0 M110
Applies To
- Arbortext Editor 6.0 M100 and up
- Arbortext Styler 6.0 M100 and up
Description
- In 5.4, ACL code using the function buffer_clipboard_contents(clip); worked as expected - text is inserted
- In 6.0 M100, ACL code using the function buffer_clipboard_contents(clip); worked as expected - text is inserted
- In 6.0 M110, ACL code using the function buffer_clipboard_contents(clip); does not worked as expected - text not is inserted
- Attempting to insert
<para id="ID000-168-623">this is a test</para>
<para id="ID000-168-624">this is another test</para>