Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.filemaker > #870

Re: find and replace

Date 2012-06-10 10:54 +0200
From "E. Appeldoorn" <ursus.kirk@ziggo.nl>
Newsgroups comp.databases.filemaker
Subject Re: find and replace
References <1klfg3o.yog1oy1p5dctsN%steban63LEVA@gmail.com> <d1118193-63f2-4fa4-a839-92590d44ea08@pr7g2000pbb.googlegroups.com> <1klfo7p.g74zvzboxxoeN%steban63LEVA@gmail.com>
Message-ID <81981$4fd460da$53578fa6$17572@cache100.multikabel.net> (permalink)
Organization Ziggo

Show all headers | View raw


Op 9-6-2012 17:52, Stefano schreef:
>> Are you trying to do this from within a script?  If so, then the you
>> should use the button that generates a "new paragraph" symbol (it
>> looks like a backwards 'P') instead of a return character.
>
> i try in script
> but have a formatted text to filter, in formatted tex i've LF character
> return
>
> thanks for reply :)
>

With scripting there is a big difference between the functions 
substitute and replace. You need substitute. the script would look 
something like this. the P is the reversed P (Pilcrow)

find records you need
goto first record
loop
set field ( MyField ; substitute ( MyField ; "P " ; "P" ) )
goto next record (exit after last)
end loop

keep well, Ursus


-- 
met vriendelijke groeten,
Erik Appeldoorn

Back to comp.databases.filemaker | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

find and replace steban63LEVA@gmail.com (Stefano) - 2012-06-09 15:05 +0200
  Re: find and replace mfero <hujambobwana@gmail.com> - 2012-06-09 07:59 -0700
  Re: find and replace mfero <hujambobwana@gmail.com> - 2012-06-09 07:58 -0700
    Re: find and replace steban63LEVA@gmail.com (Stefano) - 2012-06-09 17:52 +0200
      Re: find and replace "E. Appeldoorn" <ursus.kirk@ziggo.nl> - 2012-06-10 10:54 +0200
        Re: find and replace steban63LEVA@gmail.com (Stefano) - 2012-06-14 13:50 +0200
          Re: find and replace "E. Appeldoorn" <ursus.kirk@ziggo.nl> - 2012-06-14 14:34 +0200
            Re: find and replace steban63LEVA@gmail.com (Stefano) - 2012-06-15 05:02 +0200

csiph-web