Tips


'C' style comparisons are available

In all versions of Uniface, the 'C' language equality operator (two successive equal signs) is understood:

if (a==b) a=c

This can make code easier to read, but again, is not documented anywhere.