Mailtraq - the Complete Email Server
   

Enstar for Mailtraq email server sales & support
Making world-class Internet technology affordable  

Search for:

Advanced search

Params()

Extracts a partial string by parsing an input string into elements delimited by a specified string. The string elements are referenced by their index, commencing at one.

partial := Params( input , delimiter , index )

input
The input string to be parsed
separator
The string used to parse input into partial strings
index
The index of the partial to be extracted, commencing at one
partial
The partial string extracted from the inputstring

Extract the third element from a list of days separated by "/"

"Wed" := Params( "Mon/Tue/Wed/Thu/Fri", "/", 3)

Separate a number into its integer and decimal components

num_input := "204.168";
num_integer := Params(num_input, ".", 1);
num_decimal := Params(num_input, ".", 2)
Mailtraq Highlights...
 SMTP Server     Mailtraq SMTP email server video IMAP Server     Mailtraq IMAP email Server video
 POP3 Server     Mailtraq POP3 email server video Proxy Server     Mailtraq proxy email server video
 Webmail Server     Mailtraq webmail email server video Mailing-list Server     Mailing list email server video
 Groupware Services     Mailtraq groupware email services video Spam and Virus control     Spam and virus control email server video

 

   Copyright © 2003 - 2011 Enstar Ltd, Enstar LLC & Fastraq Ltd. All rights reserved. Privacy policy.
   Mailtraq® is a registered trademark of Fastraq Limited.