0

How do I return the length, in pixels, of a string that will be printed on the screen by the etiquette command?

The command longueuretiquette does not work properly because it does not return in pixels.

I'm working on the Logo language

Steven Doggart
  • 43,358
  • 8
  • 68
  • 105
macabeus
  • 4,156
  • 5
  • 37
  • 66

1 Answers1

-1

Solved the problem.

The reason for the longueuretiquette command does not work was a bug of IDE (xLogo) with the axis

macabeus
  • 4,156
  • 5
  • 37
  • 66
  • Please clarify your answer. There "was a bug" doesn't help future readers of this post. Thanks. – Matt Johnson-Pint Aug 31 '14 at 18:16
  • There is a bug in the IDE that was using, in this case, xLogo. If using the grill, as through the "axis" command does not return the correct value of the size of a word with "longueuretiquette" command. – macabeus Sep 01 '14 at 15:18
  • How did you solve the problem? Is there a workaround? Is there an issue tracker URL you can point at? – Matt Johnson-Pint Sep 01 '14 at 16:43
  • I just deactivated the grid. It is not a "solution", but solved the problem. – macabeus Sep 03 '14 at 15:37