-
whats my wrong
Hi,
when l try to drive this code (on source text), the result is always ‘else’. Can you please show me whats my mistake.
Thanks
a=inPoint;
t=time;
if (a=t) txt = "equal";
if (a>t) txt = "-time";
if (a<t) txt = "+time"
else {
txt = "else"
}
text.sourceText + txt + " " + time + " " + inPoint