Jump to content

How to use Trim - very basic!


DCurry

Recommended Posts

I just need to trailing trim spaces from a field. Do I need to write a rule for this and use the RTrim command? If so, I am having trouble with the syntax of the rule. What would the "if" statement be?
Link to comment
Share on other sites

I just need to trailing trim spaces from a field. Do I need to write a rule for this and use the RTrim command? If so, I am having trouble with the syntax of the rule. What would the "if" statement be?

You shouldn't need an "if" statement. You can just do this:

return RTrim(Field("YourFieldName"));

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...