DataSet Posted April 13, 2005 Report Share Posted April 13, 2005 Ex:Select Case .... Case < 5 comando1 Case > 5 comando 2 Case <> 5 comando 3End SelectPorque não me deixa usar esses caracteres de condição ??< menor> maior<> diferente ??Tive que usar um if pra arrumar...Valeu... Quote Link to comment Share on other sites More sharing options...
0 bareta Posted April 13, 2005 Report Share Posted April 13, 2005 mais ai não precisa usar select case é som com ifs mesmo Quote Link to comment Share on other sites More sharing options...
0 DataSet Posted April 13, 2005 Author Report Share Posted April 13, 2005 É com if funciona...mas a gente tem que repetir as variavens e os 'ifs' e 'elsesifs' sempre, até a última condição...Se o Select Case permitisse usar <, >, <> ficaria um pouco mais enxuto o código...Fazer que né ??? Deixa quieto...Valeu gurizaum.... Quote Link to comment Share on other sites More sharing options...
0 bareta Posted April 13, 2005 Report Share Posted April 13, 2005 não entendi..... mais tudo bem precisando é so dar um gritpo Quote Link to comment Share on other sites More sharing options...
0 DELPHI-Man32 Posted April 27, 2005 Report Share Posted April 27, 2005 cara tentei também mas não tinha jeito, apenas com valores exatos ele funcionaSelect Case NomeCase "José" Primeiro = "Seu nome é José"Case "João" Primeiro = "Seu nome não é José"end selecttive que apelar pro <% if else %> mesmo Quote Link to comment Share on other sites More sharing options...
Question
DataSet
Ex:
Select Case ....
Case < 5 comando1
Case > 5 comando 2
Case <> 5 comando 3
End Select
Porque não me deixa usar esses caracteres de condição ??
< menor
> maior
<> diferente ??
Tive que usar um if pra arrumar...
Valeu...
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.