Normal Topic Can Array write to an "array" of LE's? (Read 787 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Can Array write to an "array" of LE's?
May 17th, 2004 at 8:36pm
Print Post Print Post  
I have one Multi-Line LE that I paste data into from Excel. The data is delimited by a carriage return. I use a command button to "Split" the data at the line feed and put each line into an array. So far so good, but.....

I have 15 LE's named Price1, Price2, Price3, etc up to Price 15.

I cant figure out how to write the array data into each of the 15 LEs. The below programming doesnt work:

Price[x] = Varray[x]

but this does work:

Price1 = Varray[x]

Do I need to spell out each LE name as I did in the 2nd example above? That seems rather tedious.Any help is appreciated.

Thanks,
Steve in Texas
  
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Can Array write to an "array" of LE's?
Reply #1 - May 17th, 2004 at 8:55pm
Print Post Print Post  
1.0.4 has functions that will do this. Be patient for just a bit longer and you'll have a nice new set of tools and toys.  Smiley
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can Array write to an "array" of LE's?
Reply #2 - May 17th, 2004 at 9:03pm
Print Post Print Post  
That sounds great. Thanks!

By the way, am I the only one having a problem with the bottom portion of my form window jumping up when I "close the command tree"?

Sometimes I the bottom part of the screen gets about 2 inches taller and wont go back down until I exit the form and go back in. It happens even when using programming in a command button.

Just FYI.

Thanks,
Steve in Texas
  
Back to top
IP Logged
 
JohhnyB
Member
*
Offline


No personal text

Posts: 23
Joined: Apr 28th, 2004
Re: Can Array write to an "array" of LE's?
Reply #3 - May 18th, 2004 at 11:29am
Print Post Print Post  
i have something like this too.  i have a customer master screen that i can not fit into just a single visible page,  so i scroll down to a few more layout elements.   Q&A used to have page one two and three.  but i made it all one page that you just scroll through.  but some of the larger titles get warped looking or scrunched up.  the character, which are 18  font size,  get hammered in some way.  kind of hard to describe.  it is like the middle is cut out of them until you hit enter.   no big deal but it looks unprofessional.
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Can Array write to an "array" of LE's?
Reply #4 - May 18th, 2004 at 9:39pm
Print Post Print Post  
Just a suggestion, but maybe move the comments about the screen wrap issue to a thread with its own relevant Subject Line?  I think it's better not to mix subjects on technical forums like this.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can Array write to an "array" of LE's?
Reply #5 - May 18th, 2004 at 9:48pm
Print Post Print Post  
Bob, good point. I'll do that next time. For now, I'll just hope that ver 1.0.4 fixes the screen issues.

Thanks,
Steve in Texas.
  
Back to top
IP Logged