#Passing Values to Arrays
I have what is probrably a very basic(simple) question but since I can't
seem to find it in the Doc's I'll show my ignorance.
I have 3 horz. scroll bars on a form. Control Names HScroll1,HScroll2 &
HScroll3.
I would like to pass the values of these Scroll1 Bars ( in Hex Form ) to an
Array. Ultimately these values are part of the SetSysColor call I make to
Windows.
I thought it might be something like:
ReDim MyRGB&(3)
MyRGB&(1)=Hex$(HScroll1.value)
etc.
But I get an Expression Expected error. Any Suggestions ??
……..Chet
There are 2 Replies.