I am trying to use the drawLineAbsolute function and have been getting the following error from the following relevant code:
Error:
Parameter Number 8 of Function drawLineAbsolute is invalid
relevant Code:
drawLineAbsolute( 0, nextcci21, 1, nextcci21, PS_SOLID, 3, Color.yellow, cci21Tag);
All variables are declared including cci21Tag (the 8th parameter). Can anyone please help me find the cause of this problem or could you suggest a way to troubleshoot it?
Thanks.
Error:
Parameter Number 8 of Function drawLineAbsolute is invalid
relevant Code:
drawLineAbsolute( 0, nextcci21, 1, nextcci21, PS_SOLID, 3, Color.yellow, cci21Tag);
All variables are declared including cci21Tag (the 8th parameter). Can anyone please help me find the cause of this problem or could you suggest a way to troubleshoot it?
Thanks.
Comment