condition variable view.hlookat

  • Hi,
    i just tried to control value of view.hlookat

    Code
    if(view.hlookat > 0, ... )

    but i get an error "invalid expression: view.hlookat >0 "

    how i can write this condition?

    thanks all

  • due of xml syntax limitations, the usage of the characters <, >, & might be not possible (e.g. inside xml attributes or inside xml elements without CDATA tag). Therefore it's recommended to use the alternative syntax.

    Code
    if(view.hlookat GT 0, ... )

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!