Development
|
iPOGO Development Center Report #90
| #90 MAIN - Resolved - 34, -34 commands have invalid results
| |
BugNo |
90
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
34, -34 commands have invalid results
| |
Description |
The 34 and -34 commands produce invalid results.
| |
Comments |
use the following to reproduce the behaviour:
100 $ example old format
100 0 1 0 0 2 100 0 3 50 50 4 -50 -50 0
100 "test 34 command"
106 34 1 1 2 2 3 4 -1 3 4 1 2 3 4 0
100 "test -34 command"
108 -34 1 1 2 2 3 4 -1 3 4 1 2 3 4 0
$ example new format
0 1 0 0 2 100 0 3 50 50 4 -50 -50;
100 test 34 command;
34 1 2 2 3 4;
34 3 4 1 2 3 4;
100 test -34 command;
-34 1 2 2 3 4;
-34 3 4 1 2 3 4;
| |
FiledBy |
set
| |
FiledDate |
02/19/2000
| |
ResolvedDate |
03/01/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |