I need to examine the JVM_VARIANT(S) variables and logically I want to do:

if (client and server)
  ...
else
  ...
endif


Nesting if blocks doesn't work - I need a conjunction, or a way to define a single variable using a conjunction.

Suggestions?

Thanks,
David

Reply via email to