PDA

View Full Version : 2007 change to Vlisp


dstorey
2006-07-11, 04:25 PM
Has anyone come across this problem? It seems there's been a change made to the functionality of VLAX-LDATA-LIST in 2007.

Try this:

(vlax-ldata-put "my_dict" "my_key" "TEST")

Now retrieve the list:

(vlax-ldata-list "my_dict")

In 2006 the result is (("my_key" . "TEST")), but in 2007 all I get is (("m" . "TEST")) although (vlax-ldata-get "my_dict" "my_key") correctly retrieves the data.

I can't find any mention of this change in the Vlisp documentation, and I can't imagine why they would alter this function - any ideas?

Thanks in advance,

David Storey

BrenBren
2006-07-11, 04:37 PM
Something along these lines was submitted to the wish list; we figured it to be a bug. I thought Opie had posted a thread in the forums regarding this, but had no responses - I can't seem to find it however.

*edit* nevermind, I found the thread (http://forums.augi.com/showthread.php?t=38566), but there was no activity in it