Subject Re: [ib-support] Stripping whitespace
Author Martijn Tonies
> No I haven't declared it. Haven't used UDF's so far.
> I want my script run with my next program update in all clients sites

And what is your question then? "rtrim" is a standard function
in the standard UDF library. Any IB/Fb install should have it.

So you can declare it and use it, right?

With regards,

Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com

See you at the First European Firebird Conference in May in Fulda, Germany
http://www.firebird-conference.com

> >
> >
> > Hi.
> >
> > Did you declare the standard UDF function "rtrim" -
> > If so, simply use:
> >
> > UPDATE mytable
> > SET mycolumn = rtim(mycolumn)