2nd question

Discussion in 'AutoCAD' started by Andrzej Gumu³a, Jul 16, 2003.

  1. 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
     
    Andrzej Gumu³a, Jul 16, 2003
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.