Recommended Posts

Posted

Witam,

czy to zamierzone działanie czy przeoczenie, że brakuje jednej opcji w funkcji vlax-make-safearray:

The type of safearray. Specify one of the following constants:

vlax-vbInteger (2) Integer

vlax-vbLong (3) Long integer

vlax-vbSingle (4) Single-precision floating-point number

vlax-vbDouble (5) Double-precision floating-point number

vlax-vbString (8) String

vlax-vbObject (9) Object

vlax-vbBoolean (11) Boolean

vlax-vbVariant (12) Variant

Tutaj z HELP ZwCAD2011:

The type of safearray. It can be one of the following constants:

vlax-vbInteger (2) Integer

vlax-vbLong (3) Long integer

vlax-vbSingle (4) Single-precision floating-point number

vlax-vbDouble (5) Double-precision floating-point number

vlax-vbString (8) String

vlax-vbBoolean (11) Boolean

vlax-vbVariant (12) Variant

This parameter can be a string constant or an integer constant(in parentheses), but the integer constant aren't suggested using for the lisp codes' compatibility.

Funkcja nie działa z tym parametrem, stąd też moje pytanie (bo a nuż pominęli tylko w help'ie ten przypadek)...

pozdrawiam

Posted

Potwierdzam, rzeczywiście jest problem ze zrobieniem safearray z elementów więc nie da się w LISP zrobić np grupy. Zgłosiłem to jakiś tydzień temu i w odpowiedzi otrzymałem obietnicę, że w aktualizacji, która ma się pojawić w niedługim czasie, zostanie to poprawione

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...