Is it possible to include " in the variable of Uniface ?
Author: lalitpct@gmail.com (lalitpct)
Author: lalitpct@gmail.com (lalitpct)
Author: lalitpct@gmail.com (lalitpct)
You can do that as follows:
Author: lalitpct@gmail.com (lalitpct)
You can do that as follows:
Subject =” %%”%%%Release to UAT%%”%%% “
Or just by :-)
Subject =" %%"Release to UAT%%" "
If you want to insert the percent sign it's a litte bit more tricky
One way I do somestime is
;Defined 'anywhere' in the code
$PRC_SIGN$ ="%"
$DPRC_SIGN$="%%$PRC_SIGN$%%$PRC_SIGN$"
;Use
Subject =" This is a percent sign %%?%%$PRC_SIGN$%%" and this are two %%"%%$DPRC_SIGN$%%" "
If you need a line break (new line), one can use this escape sequence
Subject ="First line %%^Second line"
Regards Ingo
Author: lalitpct@gmail.com (lalitpct)
Thanks a lot it works , this forum rocks
Author: lalitpct@gmail.com (lalitpct)
What about a look into the uniface online help (or quick reference guide)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.