Re: Position 251 ???

2002-07-23 Thread Konrad Foerstner
251 ??? Hi, I have a strange error in my script. It should paint a column of lines next to each other in colors which are determinated by a given sequence of letters. It works...but only to the position of 251. After this point all lines have the color of the line at position

Re: Position 251 ???

2002-07-22 Thread Jenda Krynicky
of the line at position 251...even when I use a different letter sequence. Is this a sign? The 251? ;) Nope, any hints? Here is the basic sheme. I hope I did't kill an impotant detail. my $seq = $_[0]; my @seq_s = split ('',$seq); my $length= length $seq; $pic_length

Re: Position 251 ???

2002-07-22 Thread Konrad Foerstner
...but only to the position of 251. After this point all lines have the color of the line at position 251...even when I use a different letter sequence. Is this a sign? The 251? ;) Nope, any hints? Here is the basic sheme. I hope I did't kill an impotant detail. my $seq

RE: Position 251 ???

2002-07-22 Thread Bob Showalter
-Original Message- From: Konrad Foerstner [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 2:19 PM To: [EMAIL PROTECTED] Subject: Position 251 ??? Hi, I have a strange error in my script. It should paint a column of lines next to each other in colors which

Re: Position 251 ???

2002-07-22 Thread Jenda Krynicky
From: Konrad Foerstner [EMAIL PROTECTED] I cansee here no advandtage. But I left out some details: I need to handle with capital and small letters and the different letters will get differenz colors (no in groups). I haven't tried your solution, because I can't find the solution for the my

Re: Position 251 ???

2002-07-22 Thread John W. Krahn
lines have the color of the line at position 251...even when I use a different letter sequence. Is this a sign? The 251? ;) Nope, any hints? Here is the basic sheme. I hope I did't kill an impotant detail. my $seq = $_[0]; my @seq_s = split ('',$seq); my $length

Re: Position 251 ???

2002-07-22 Thread John W. Krahn
of 251. After this point all lines have the color of the line at position 251...even when I use a different letter sequence. Is this a sign? The 251? ;) Nope, any hints? Here is the basic sheme. I hope I did't kill an impotant detail. my $seq = $_[0]; my