Script ModuleΒΆ

Specific Commands

Script :Any batch processing/altering done in the application through script. It takes an input and that could be any of the primitive like Boolean,String, Int, , Long, Double, CalenderDate, DateTime, JustTime, and they could be optional/multiple(?/*)

script AllInput {

        input( string:String)
}