Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. HoldingLeft := @Left(HoldName; " ");
  2. HoldingRight := @Right(HoldName; " ");
  3. CompleteName := (HoldingLeft + "." + HoldingRight + "@newplace.com");
  4. CompleteName
  5.  
  6. @If(FieldWithNames = "";
  7. "";
  8. @Replace(@Name([CN]; FieldWithNames); " "; ".") + "@newplace.com")
  9.  
  10. @If(FieldWithNames = "";
  11. "";
  12. @NameLookup([Exhaustive]; FieldWithNames; 'InternetAddress'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement