thanks Gunnar Ekblad
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB Sent: den 9 december 2004 14:07 To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Label Text Formatting ----- Original Message ----- From: "Gunnar Ekblad" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 1:12 AM Subject: [RBG7-L] - Re: Label Text Formatting > Mike > Again I must be missing something, this is what I tried: > > plugins RProperCase .vtext Plugins RProperCase.rbl vText|'The Actual Text to pass in Or a variable containing the text' Plugins RProperCase.rbl vText|.VariableContainingTheText' > > But vtext was completely unchanged?? > > I also tried: > > set v vsvar = (udf('rpropercase',.vtext)) Set var vSvar = (UDF('@RProperCase.rbl','The Actual Text to pass in Or a variable containing the text')) Set var vSvar = (UDF('@RProperCase.rbl',.VariableContainingTheText)) > > Same result! Can I again ask for a teaching effort? > > Gunnar Ekblad > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB > Sent: den 9 december 2004 01:25 > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: Label Text Formatting > > Both a Plugin (7.x exclusive) and UDF (6.5 and up) version in the Zip > file at: > > http://www.byerley.net/RProperCase.zip > > They both only take one argument, the string to process. > > the string: michael e. mcbyerley,iii, dvm of 1633 melrose place in > mckintery, > ireland, bn mcmxliv > > becomes > > Michael E. McByerley, III, DVM Of 1633 Melrose Place In McKintery, > Ireland, Bn > MCMXLIV > > > It's just coincidence that dvm becomes DVM instead of Dvm, because the > Chars in > DVM are all Roman Numerals, so they are all capped if they are by > themselves... > > --- RBG7-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [EMAIL PROTECTED] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > ================================================ >
