- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
here is a formcalc example to get you started
$.rawValue = Left(textField1.rawValue, 5) ////////on TextField2.rawValue
$.rawValue = Len(TextField1.rawValue)
$.rawValue = Right(TextField1.rawValue, 5) ////////on TextField4.rawValue
$.rawValue = concat(TextField2.rawValue, TextField4.rawValue)
Views
Replies
0 Likes
Total Likes