0

Acumatica doesn't have a Title function... so I have a challenging question:

How can we create a Title function when there is only Upper and Lower function?

Below are the text functions currently available in Acumatica.

enter image description here

Ahmed
  • 267
  • 3
  • 16
  • 1
    return UCase(Left(str, 1)) + LCase(Right(str,Len(str)-1)) ? – ergonaut Sep 22 '15 at 17:18
  • Can you define the function a little more precisely? The English language rule in a title is to capitalise individual words other than articles, conjunctions and prepositions. Which I'm going to assume isn't what you want because that implies a huge amount of complexity. – Tommy Sep 22 '15 at 17:21
  • Wow thanks ergonaut! Please add this as an answer so I may select as answer. – Ahmed Sep 22 '15 at 17:38

0 Answers0