papetorh
Newbie level 5
- Joined
- Aug 8, 2013
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 114
Error Line 135: found '0' definitions of operator "+", cannot determine exact.......
Line: 134
elsif (anglein>angle(fia,coa+1) and anglein<angle(fia,coa+2) and etiquetas(fia,coa+1)="lfunction") then
Line 135: pendiente:=(-1/(angle(fia,coa+2)-angle(fia,coa+1)));
Line 136: corte:=(pendiente*(anglein-angle(fia,coa+2)));
Line 137: fia:=fia+1;
Having some problems with this lines drop me off some errors i cant seem to resolve. Will very much aprecciate the help.
Errors:
Line 135: found '0' definitions of operator "+", cannot determine exact overloaded matching definition for "+"
Line 136: found '0' definitions of operator "+", cannot determine exact overloaded matching definition for "+"
Line: 134
elsif (anglein>angle(fia,coa+1) and anglein<angle(fia,coa+2) and etiquetas(fia,coa+1)="lfunction") then
Line 135: pendiente:=(-1/(angle(fia,coa+2)-angle(fia,coa+1)));
Line 136: corte:=(pendiente*(anglein-angle(fia,coa+2)));
Line 137: fia:=fia+1;
Having some problems with this lines drop me off some errors i cant seem to resolve. Will very much aprecciate the help.
Errors:
Line 135: found '0' definitions of operator "+", cannot determine exact overloaded matching definition for "+"
Line 136: found '0' definitions of operator "+", cannot determine exact overloaded matching definition for "+"