Quick question:
MWNE2
Posts: 15
Under Define Function fn ProjInput()
{
IF(nSource = 3 ) //PC
{
sProjTxBuf = "sProjTxbuf,sProj_cmds[3]" // RGB INPUT
}
Else
{
sProjTxBuf = "sProjTxbuf,sProj_cmds[5]" // Video Input
Basically can I amend the IF line to read= 3,4)
In other words can I have it go to sProj_cmds[3] with either input ??
Thanks for the input
{
IF(nSource = 3 ) //PC
{
sProjTxBuf = "sProjTxbuf,sProj_cmds[3]" // RGB INPUT
}
Else
{
sProjTxBuf = "sProjTxbuf,sProj_cmds[5]" // Video Input
Basically can I amend the IF line to read= 3,4)
In other words can I have it go to sProj_cmds[3] with either input ??
Thanks for the input
0
Comments
thanks again.
Mark