Pages: 1
RSS
lower case in template
 
hi/

i want to have all text in messages, replies etc. in lower case.

evaluating tb now...so can this be done?

thanks/
Edited: mobot - 27 October 2008 00:31:00
 
Can be done, modify your templates accordingly.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
example to modify this reply template...*PLEASE*

_______________________________________________
Hello %OFromFName,

%ODateEn, %OTimeLongEn, you wrote:

%Quotes
%Cursor

--
Best regards,
%FromFName
________________________________________________


sorry i am such a knudnick, but alas i  do know how to ask for help...my mind just needs to be guided by example :)

greatly appreciated...
 
Use the %Lower('text') macro, an example:
%Lower('%Quotes')
This will return the quoted message with all uppercase converted to lower case.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1