[Gambas-user] Concurrent gb.settings

PICCORO McKAY Lenz mckaygerhard at gmail.com
Wed May 2 06:57:48 CEST 2018


2018-05-01 9:08 GMT-04:00 T Lee Davidson <t.lee.davidson at gmail.com>:

> Public Sub Form_Close()
>
>   Settings["Editor/Color[0]"] = "&FFFFFF&"
>   Settings["Editor/Color[1]"] = "&000000&"
>   Settings["Editor/Color[2]"] = "&00C0A0&"
>   Settings["Editor/Color[3]"] = "&00C000&"
>
> End
>
this was working, of course, but..


>
> ~~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?


>
>
> --
> Lee
>
>
> On 04/30/2018 09:35 PM, PICCORO McKAY Lenz wrote:
> > that's i not taking about:
> >
> > see one level up in wiki doc: http://gambaswiki.org/wiki/
> comp/gb.settings
> >
> >
> > [editor]
> >
> > Color*[**0**]* *=* "&FFFFFF&" Color*[**1**]* *=* "&000000&"
> Color*[**2**]* *=* "&00C0A0&" Color*[**3**]* *=* "&00C000&"
> >
> >
> >
> > Lenz McKAY Gerardo (PICCORO)
>
> --------------------------------------------------
>
> This is the Gambas Mailing List:
> https://lists.gambas-basic.org/listinfo/user
>
> Search the list:
> https://lists.gambas-basic.org/cgi-bin/search.cgi
>
> Hosted by https://www.hostsharing.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180502/f3e93f1f/attachment.html>


More information about the User mailing list