How will you do a String Padding in Siebel eScript ?

Is there a way to achieve string padding in Siebel eScript ?

Showing Answers 1 - 3 of 3 Answers

Hitesh Dhanwani

  • Apr 19th, 2016
 

Using + operator We can concatenate String in escript and similarly We can do String Padding.
var proverb = "A rolling stone " +OriginalText+ "gathers no moss.";

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions