[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[mv] Add <CR> within EXcell fields (In TAB Delimited mode)
****** message to minivend-users from "Tal Hart (TelNET)" <tal@telnet.co.il> ******
How can i include Carriage returns <CR>'s
within excel's fields ??
Tal Hart
=============================================================
TelNET Communication
Tel # + 972-9-8859919 Fax # +972-9-8859929
Address : Office - 10 giborey israel, New industrial area,Netanya
Post Adress : 2 Gur st. , Ramat Poleg , Netanya , ISRAEL , 42000
E-mail : tal@telnet.co.il Web : www.telnet.co.il
=============================================================
----- Original Message -----
From: <minivend-users@minivend.com>
To: <minivend-users@minivend.com>
Sent: Tuesday, May 23, 2000 9:46 AM
Subject: Re: [mv] Value mv_searchspec MV 4.04
> ****** message to minivend-users from jojo@buchonline.net ******
>
> On 22 May, Humberto T Reyes wrote:
> >> ****** message to minivend-users from "Humberto T Reyes"
> ><htreyes@earthlink.net> ******
> >>
> >> Greetings,
> >>
> >> How can I get the value of mv_searchspec--I tried this:
> >>
> >> [perl arg="values" interpolate="1"]
> >> my($msg1)='[value mv_searchspec]';
> >> my(@items)=split (/\0/, $msg1);
> >> $Safe{'values'}{'se_1'} = $items[0];
> >> $Safe{'values'}{'se_2'} = $items[1];
> >> $Safe{'values'}{'se_3'} = $items[2];
> >> $Safe{'values'}{'se_4'} = $items[3];
> >> $Safe{'values'}{'se_5'} = $items[4];
> >> $Safe{'values'}{'se_6'} = $items[5];
> >> $Safe{'values'}{'se_7'} = $items[6];
> >> return '';
> >> [/perl]
> >>
> >> but all I get as a value is: ARRAY(0x82db924)
> >>
> >> Any ideas?
> >>
> >> Thanks,
>
> Try
>
> [perl arg="values" interpolate="1"]
> my($msg1) = $Safe{'value'}->{'mv_searchspec'};
> my(@items)=split (/\0/, $msg1);
> $Safe{'values'}{'se_1'} = $items[0];
> $Safe{'values'}{'se_2'} = $items[1];
> $Safe{'values'}{'se_3'} = $items[2];
> $Safe{'values'}{'se_4'} = $items[3];
> $Safe{'values'}{'se_5'} = $items[4];
> $Safe{'values'}{'se_6'} = $items[5];
> $Safe{'values'}{'se_7'} = $items[6];
> return '';
> [/perl]
>
>
> or
>
> [set name="dummy" interpolate=1][value mv_searchspec[/set]
> [perl arg="scratch"]
> my($msg1) = $Safe{'scratch'}->{'dummy'};
> my(@items)=split (/\0/, $msg1);
> $Safe{'values'}{'se_1'} = $items[0];
> $Safe{'values'}{'se_2'} = $items[1];
> $Safe{'values'}{'se_3'} = $items[2];
> $Safe{'values'}{'se_4'} = $items[3];
> $Safe{'values'}{'se_5'} = $items[4];
> $Safe{'values'}{'se_6'} = $items[5];
> $Safe{'values'}{'se_7'} = $items[6];
> return '';
> [/perl]
>
>
> Regards,
>
> Joachim
>
> --
> Hans-Joachim Leidinger
> buch online jojo@buchonline.net
> Munscheidstr. 14 FAX: +49 209 1671449
> 45886 Gelsenkirchen FAX: 0209 1671449
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list