[Gambas-user] Concurrent gb.settings

T Lee Davidson t.lee.davidson at gmail.com
Wed May 2 17:25:14 CEST 2018


Any other way to accomplish what, exactly?


-- 
Lee


On 05/02/2018 12:57 AM, PICCORO McKAY Lenz wrote:
>     ~~OR~~
> 
>     Public Sub Form_Close()
> 
>       Dim Color As New String[]
> 
>       Color.Add("&FFFFFF&", 0)
>       Color.Add("&000000&", 1)
>       Color.Add("&00C0A0&", 2)
>       Color.Add("&00C000&", 3)
>       Settings["Editor/Color"] = Color
> 
>     End
> 
> 
> that's was lokking for! thanks, but there's any other way?


More information about the User mailing list