I imported fm20.dll file via vlax-import-type-library now I want to use PutInClipboard method, but when I use this method, for example (FM20m-PutInClipboard "Copy this text to clipboard") expression returns ; error: bad argument type: VLA-OBJECT "Copy this text to clipboard" this means that this method requires VLAObject... (FM20m-PutInClipboard OBJECT "Copy this text to clipboard") how can I get identificator of this object? regards - Andrzej