Shop OBEX P1 Docs P2 Docs Learn Events
Magnitude Comparison Operators — Parallax Forums

Magnitude Comparison Operators

HitmanHitman Posts: 5
edited 2007-02-07 16:38 in BASIC Stamp
Hi,

Here·I am,·again with a question.

I want to check if maand is equal or greater than month.LOWNIB (see example) but, it aint working

IF maand => month.LOWNIB THEN maandvervolg

Please explane because I don't understand wy.

Thanks in advance,

Emile. Netherlands


[noparse][[/noparse]Subject Added by Moderator]

Post Edited By Moderator (Chris Savage (Parallax)) : 2/7/2007 5:34:49 PM GMT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-02-07 16:38
    You wrote "maand => month.LOWNIB". The correct form is "maand >= month.LOWNIB" for the Stamp Editor.

    If the Stamp Editor accepted the form you wrote, what are the values for "maand" and "month.LOWNIB"?
    They may be wrong or not what you expect.
Sign In or Register to comment.