"Sebadamus" <[EMAIL PROTECTED]> wrote: >In Visual I used the MID function to get a part of a text... por ex. "price >= 33.10" and I could get using "=" and EOL as delimiters the price "33.10" this might work: $line =~ /=\s(.+)\n/s and $price = $1; where $line is your part of text and $price is price. -- Matija
- Problem with associative array jatuporn
- Re: Problem with associative array Paul
- Problem with associative array jatuporn
- Re: Problem with associative array Jeff 'japhy' Pinyan
- MID in Visual Basic... Sebadamus
- Re: MID in Visual Basic... Ken
- RE: Problem with associative a... Matija Papec
- RE: Problem with associative array Mooney Christophe-CMOONEY1