View Issue Details

IDProjectCategoryView StatusLast Update
0004298MMW v4Properties/Auto-Toolspublic2010-11-01 15:40
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0004298: Add new mask functions
DescriptionCurrently there are only functions $If() and $First() supported by masks. However users often need to do more things with string, so some more should be added, namely:

$Left(s,n) - Returns left n characters
$Right(s,n) - Returns right n characters
$Mid(s,i,n) - Returns n characters starting with ith
$Trim(s) - Cuts spaces from the beginning and end of string
$Upper(s) - Converts to uppercase
$Lower(s) - Converts to lowercase
TagsNo tags attached.
Fixed in build1130

Relationships

child of 0005096 closedrusty Not all masks are documented in the Help file 

Activities

jiri

2008-01-16 18:52

administrator   ~0012880

Fixed in build 1130.
 (and all covered by quite extensive regression tests)

stephen_platt

2010-11-01 15:40

developer   ~0021104

verified build 1300