Hi Atul,

I would suggest you to use LDAP Function.

Function: LPAD 


For single-byte languages. Returns the value that results from padding the 
first parameter (char) to the left with the value of the third parameter (char) 
so that the resulting value is the length (in bytes) of the second parameter 
(int) or the length of the original string, whichever is longer. 
For example, if you want the results of a Set Fields operation to be a 15-byte 
value with the prefix LEAD, followed by zeros, and ending in the contents of 
the integer field Call #, enter: 
LPAD($Call #$,15,"LEAD00000000000"). 
If the Call # field contains the number 947, the result of the Set Fields 
action is LEAD00000000947


Hope this is correct way to achieve exactly what you want.

Regards,

Nilesh

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to