Like operator in x++ as below:
static void JobLike()
{
str name;
;
name="suresh";
if(name like "sur*")
{
info("Name is suresh ");
}
else
info("Name is not suresh");
}
Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...
No comments:
Post a Comment