<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Dear Nuno<br>
<br>
You can solve this using a gizmo in the mx command line<br>
<br>
<big><font face="Courier New, Courier, monospace">mx basexxx1
gizmo=triang,200 create=basexxx2 now -all tell=1000</font></big><br>
<br>
you can creat this gizmo directly in the command line<br>
<br>
<big><font face="Courier New, Courier, monospace">mx seq=con
create=triang now <br>
<| <i> press Enter</i><br>
mfn= 1<br>
1 «<»<br>
>| <i> press Enter</i><br>
mfn= 2<br>
1 «>»<br>
^Z </font></big><i><big><font face="Courier New, Courier,
monospace"> press Ctl+Z</font></big><br>
<br>
ready<br>
<br>
<br>
</i>Regards<br>
Ernesto Spinak<br>
<br>
<br>
<br>
El 25/05/2015 a las 6:01, Nuno Meireles escribió:<br>
</div>
<blockquote cite="mid:5562E4E2.60804@cm-penela.pt" type="cite">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
hello <br>
i have one database microisis with the field v200 (title) like
this:<br>
<br>
<b>200^a<As> fontes de informação da união
europeia^bCD-ROM^e1 de Janeiro de 2006^e20 anos de adesão de
Portugal à União Europeia^fCIEJD</b><br>
<br>
I need to remove this < ..> on title <br>
<br>
i made a simple text file like this to solve my problem:<br>
<br>
___________________example.prc________________________________<br>
<br>
lw(10000)
<br>
'D9900D9901D9902D9903D9904D9905D9906D9907D9908D9909D9910D9911D9912'
<br>
<br>
'D200'<br>
<br>
proc('D9901A9901~'replace(s(mhl,V200^5|~|),'~','~A9901~')'~')
<br>
proc('D9902A9902~'replace(s(mhl,V200^a|~|),'~','~A9902~')'~')
<br>
proc('D9903A9903~'replace(s(mhl,V200^b|~|),'~','~A9903~')'~')
<br>
proc('D9904A9904~'replace(s(mhl,V200^c|~|),'~','~A9904~')'~')
<br>
proc('D9905A9905~'replace(s(mhl,V200^d|~|),'~','~A9905~')'~')
<br>
proc('D9906A9906~'replace(s(mhl,V200^e|~|),'~','~A9906~')'~')
<br>
proc('D9904A9907~'replace(s(mhl,V200^f|~|),'~','~A9907~')'~')
<br>
proc('D9904A9908~'replace(s(mhl,V200^g|~|),'~','~A9908~')'~')
<br>
proc('D9904A9909~'replace(s(mhl,V200^h|~|),'~','~A9909~')'~')
<br>
proc('D9904A9910~'replace(s(mhl,V200^i|~|),'~','~A9910~')'~')
<br>
proc('D9904A9911~'replace(s(mhl,V200^v|~|),'~','~A9911~')'~')
<br>
proc('D9904A9912~'replace(s(mhl,V200^z|~|),'~','~A9912~')'~')
<br>
<br>
<br>
mpl,
<br>
<br>
'A200~'
<br>
replace(S('
',|^5|V9901,|^a|V9902,|^b|V9903,|^c|V9904,|^d|V9905,|^e|V9906,|^f|V9907,|^g|V9908,|^h|V9909,|^i|V9910,|^v|V9911,|^z|V9912),'~','')
<br>
'~'<br>
_________________END OF EXAMPLE_________________<br>
<br>
Now the problem its the repetable fields<br>
In the output of command i only recive one field of ^e.<br>
<br>
mx iso=database.iso <a moz-do-not-send="true"
class="moz-txt-link-abbreviated" href="mailto:proc=@example.prc">proc=@example.prc</a><br>
<br>
How can i manage the repetable fields??<br>
<br>
Thanks<br>
Nuno Meireles<br>
<pre class="moz-signature" cols="72">_
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
isis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="moz-txt-link-abbreviated" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <a class="moz-txt-link-abbreviated" href="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</a> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V </pre>
</body>
</html>