--- Hershel Fisch <[EMAIL PROTECTED]> wrote: > Hi , > I need to replace word 25 to -255 with "" in fld > "abc" something like > it. some how doesn't work. how would I to it > The need is to change a static form with certain > info in it according > the situation. e.g. name add. etc. > location. (which is not a static length) > I don't see how replaceText would do it . > Thanks , Hershel >
Hi Hershel, How about this : -- put empty into word 25 to -255 of field "abc" -- If your goal is to combine data from different variables or fields into a single container, have a look at the 'merge' function. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
