Reply to thread

Stuck again... sorry,


Can anyone tell me what is wrong with the following or give me a better way....


<onleft>#(iif(eq(Player.HasVideo,true),99,100))</onleft>


I have also tried:

<onleft>#(iif(eq(#Player.HasVideo,'true'),99,100))</onleft>

<onleft>#(iif(eq(#Player.HasVideo,true),99,100))</onleft>

<onleft>#(iif(eq(Player.HasVideo,'true'),99,100))</onleft>


Thanks as ever

RH


Top Bottom