Hi Chandler

This code snipet returns the selected value as expected.

Macro "testDbox"

    ret = rundbox ("test")
    ShowArray({ret})

endMacro


Dbox "test"

init do

    a_LayerinMap = {"A","B","C","D","E","F"}

enditem

Scroll List 3, 4.5, 30, 7 List: a_LayerinMap Variable: s_List, 
v_doubleclick
do
    if v_doubleclick = 1 then do
     v_LayerChoose = a_LayerinMap[s_List]
             //ShowMessage(v_LayerChoose)
     return(a_LayerinMap[s_List])
    
     end
EndItem
        
Button "Cancel" 15, 13, 7, 1 Cancel
       Do
           return()
endItem


enddbox



Armando





>I tried that and it still came up null.
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>
> 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>
>
>  
>



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/C5grlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Maptitude/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to