Jump to content
Fivewin Brasil

= <> Igual menor Menor


Recommended Posts

O que Tá errado ??


X:=0

Do While X <= cVias

@Prow().....

X=X+1

Enddo

Error description: Error BASE/1074 Argument error: <=

id=code>id=code>

Se faço assim não compila


X:=0

Do While X =< cVias

@Prow()...

X=X+1

Enddo

Error E0030 Syntax error: "syntax error at 'CVIAS'"

Error E0017 Unclosed control structure at line 10

id=code>id=code>

Quero pegar "X" Menor ou igual a cVias

Luiz Arruda - Corumba(MS)

FiveWin 9.01 / 9.02 /9.03 / 9.04

[x]Harbour

xDev

WS

Não Abandone Seu Tópicoid=red>

Link to comment
Share on other sites

O que Tá errado ??


X:=0

Do While X <= cVias

@Prow().....

X=X+1

Enddo

Error description: Error BASE/1074 Argument error: <=

id=code>id=code>

Se faço assim não compila


X:=0

Do While X =< cVias

@Prow()...

X=X+1

Enddo

Error E0030 Syntax error: "syntax error at 'CVIAS'"

Error E0017 Unclosed control structure at line 10

id=code>id=code>

Quero pegar "X" Menor ou igual a cVias

Luiz Arruda - Corumba(MS)

FiveWin 9.01 / 9.02 /9.03 / 9.04

[x]Harbour

xDev

WS

Não Abandone Seu Tópicoid=red>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...