|  | 
|   | 
 | 
  | freenet.thorsten_friedrichs means:
 
 | means I have z.b. a Hexwerte (or others zahlenwert or |  |
 
 | I compare whether this with a others übereinstimmt z.b. with IF. |  |
 
 | .... (time as example, hopefully was The zuweisung correctly.). |  |
 
 | i want but now Verify whether a bestimmter Hexwert (here $4) in a |  |
 
 | large selection on Hexwerten vorkommt (means normal not only a |  |
 
 | einstellige hexzahl, separate mehrstellig (the same but with dezimalzahlen |  |
 
 | it can thereby a realtiv large number on numbers his. |  |
 
 | I know there if I the now in EINER request make wants only the solution |  |
 
 | if (a% = $3) or (a% = $4) or (a% = $5) or ... |  |
 
 | I must means jedesmal again complete The first Variable prompt. |  |
 
 | gives it a others Possibility or. spelling? |  |
 
 | if a% = $3 or $4 or $5 goes goes of course sprachlich (is the Content Variable |  |
 
 | a% same $3 or...) but not |  |
 
 | programmiertechnisch (becomes Yes somehow binary zusammengesetzt or so. |  |
 
 | gives it there an easy, too optisch and übersichtilich better Possibility |  |
 
 | or must I How supra written everything in detail with if describe? |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  efisch | Hello Thorsten,
  if The Vergleichswerte zusammenhängen, means $1, $2, ..., $fe, $ff, helps naturally if (a% >= $1) AND (a% <= $ff). otherwise filling one one aray V% with the Vergleichswerten and vergleicht in a Loop:
  this Vorgehen is quite flexibly, because one The Vergleichswerte with want in the ongoing Program adjust or a File reading can.
  HTH ebi |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | gmx.malenz means:
 
 | changes it still simply as String circa, and then comparison |  |
 
 | if instr(stringwert$+, , FF,FE,CA,99,00,) > 0 |  |
 
 | > -----Ursprüngliche Message----- |  |
 
 | > From: Thorsten Friedrichs [mailto:thorsten_friedrichs@freenet.de] |  |
 
 | > Gesendet: wednesday, 19. october 2005 03:00 |  |
 
 | > Betreff: Hex / if / case - many values vergleichen - How? |  |
 
 | > means I have z.b. a Hexwerte (or others zahlenwert or |  |
 
 | > I compare whether this with a others übereinstimmt z.b. with IF. |  |
 
 | > .... (time as example, hopefully was The zuweisung correctly.). |  |
 
 | > i want but now Verify whether a bestimmter Hexwert (here $4) in |  |
 
 | > large selection on Hexwerten vorkommt (means normal not only a |  |
 
 | > einstellige hexzahl, separate mehrstellig (the same but with |  |
 
 | > $02 $05 $1a ........... |  |
 
 | > it can thereby a realtiv large number on numbers his. |  |
 
 | > I know there if I the now in EINER request make wants only The |  |
 
 | > if (a% = $3) or (a% = $4) or (a% = $5) or ... |  |
 
 | > I must means jedesmal again complete The first Variable prompt. |  |
 
 | > gives it a others Possibility or. spelling? |  |
 
 | > if a% = $3 or $4 or $5 goes goes of course sprachlich (is the Content |  |
 
 | > a% same $3 or...) but not |  |
 
 | > programmiertechnisch (becomes Yes somehow binary zusammengesetzt or so. |  |
 
 | > gives it there an easy, too optisch and übersichtilich better |  |
 
 | > or must I How supra written everything in detail with if |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | Hexadezimal is still only a Darstellungsform, You can still integrally normal so calculate, as wären it normal numbers. the Result kannste with want to Optischen Gestalltung again as Hex spend.
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | web.dennis.schulmeister means:
 
 | your trouble is me not integrally clear. first time. How is the initial position? where |  |
 
 | since and How go tappt im dunkeln us Program transfer? then, what have you got so to? |  |
 
 | ----- Original Message ----- |  |
 
 | Sent: Wednesday, October 19, 2005 8:44 AM |  |
 
 | Subject: AW: Hex / if / case - many values vergleichen - How? |  |
 
 | changes it still simply as String circa, and then comparison |  |
 
 | if instr(stringwert$+, , FF,FE,CA,99,00,) > 0 |  |
 
 | > -----Ursprüngliche Message----- |  |
 
 | > From: Thorsten Friedrichs [mailto:thorsten_friedrichs@freenet.de] |  |
 
 | > Gesendet: wednesday, 19. october 2005 03:00 |  |
 
 | > Betreff: Hex / if / case - many values vergleichen - How? |  |
 
 | > means I have z.b. a Hexwerte (or others zahlenwert or |  |
 
 | > I compare whether this with a others übereinstimmt z.b. with IF. |  |
 
 | > .... (time as example, hopefully was The zuweisung correctly.). |  |
 
 | > i want but now Verify whether a bestimmter Hexwert (here $4) in |  |
 
 | > large selection on Hexwerten vorkommt (means normal not only a |  |
 
 | > einstellige hexzahl, separate mehrstellig (the same but with |  |
 
 | > $02 $05 $1a ........... |  |
 
 | > it can thereby a realtiv large number on numbers his. |  |
 
 | > I know there if I the now in EINER request make wants only The |  |
 
 | > if (a% = $3) or (a% = $4) or (a% = $5) or ... |  |
 
 | > I must means jedesmal again complete The first Variable prompt. |  |
 
 | > gives it a others Possibility or. spelling? |  |
 
 | > if a% = $3 or $4 or $5 goes goes of course sprachlich (is the Content |  |
 
 | > a% same $3 or...) but not |  |
 
 | > programmiertechnisch (becomes Yes somehow binary zusammengesetzt or so. |  |
 
 | > gives it there an easy, too optisch and übersichtilich better |  |
 
 | > or must I How supra written everything in detail with if |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | freenet.thorsten_friedrichs means:
 
 | the would whom Programmablauf Yes not speed, separate slow. |  |
 
 | > changes it still simply as String circa, and then comparison |  |
 
 | > if instr(stringwert$+, , FF,FE,CA,99,00,) > 0 |  |
 
 | > > -----Ursprüngliche Message----- |  |
 
 | > > From: Thorsten Friedrichs [mailto:thorsten_friedrichs@freenet.de] |  |
 
 | > > Gesendet: wednesday, 19. october 2005 03:00 |  |
 
 | > > Betreff: Hex / if / case - many values vergleichen - How? |  |
 
 | > > means I have z.b. a Hexwerte (or others zahlenwert or |  |
 
 | > > I compare whether this with a others übereinstimmt z.b. with IF. |  |
 
 | > > .... (time as example, hopefully was The zuweisung correctly.). |  |
 
 | > > i want but now Verify whether a bestimmter Hexwert (here $4) in |  |
 
 | > > large selection on Hexwerten vorkommt (means normal not only a |  |
 
 | > > einstellige hexzahl, separate mehrstellig (the same but with |  |
 
 | > > $02 $05 $1a ........... |  |
 
 | > > it can thereby a realtiv large number on numbers his. |  |
 
 | > > I know there if I the now in EINER request make wants only The |  |
 
 | > > if (a% = $3) or (a% = $4) or (a% = $5) or ... |  |
 
 | > > I must means jedesmal again complete The first Variable prompt. |  |
 
 | > > gives it a others Possibility or. spelling? |  |
 
 | > > if a% = $3 or $4 or $5 goes goes of course sprachlich (is the Content |  |
 
 | > > a% same $3 or...) but not |  |
 
 | > > programmiertechnisch (becomes Yes somehow binary zusammengesetzt or so. |  |
 
 | > > gives it there an easy, too optisch and übersichtilich better |  |
 
 | > > or must I How supra written everything in detail with if |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | freenet.thorsten_friedrichs means:
 
 | The initial position is, that I u.a. one own log write (u.a. for |  |
 
 | now have I a solid scheduler with Values (here hold Hexwerte) and must |  |
 
 | thereby wants and must I in first step to check on whether a byte with a |  |
 
 | Hexwert a scheduler übereinstimmt. |  |
 
 | (on another place come instead of fester values, variable to). |  |
 
 | with  if (x=$yy) or (x=$xy) goes it of course too, but it'll very |  |
 
 | unübersichtlich and partly EXTREM long. |  |
 
 | one to abbreviate with if x = $yy or $xy is not, on the strength of the logischen |  |
 
 | but i'm faith I moreover come. I have there completely forget |  |
 
 | and first now in the Help again draufgestoßen |  |
 
 | the it Yes the binäre UND (&) and binäre OR (|) gives. |  |
 
 | so could it klappen what about me will be the test times How the functions. |  |
 
 | > your trouble is me not integrally clear. first time. How is the |  |
 
 | > initial position? where |  |
 
 | > since and How go tappt im dunkeln us Program transfer? then, what have you got |  |
 
 | > ----- Original Message ----- |  |
 
 | > Sent: Wednesday, October 19, 2005 8:44 AM |  |
 
 | > Subject: AW: Hex / if / case - many values vergleichen - How? |  |
 
 | > changes it still simply as String circa, and then comparison |  |
 
 | > if instr(stringwert$+, , FF,FE,CA,99,00,) > 0 |  |
 
 | > > -----Ursprüngliche Message----- |  |
 
 | > > From: Thorsten Friedrichs [mailto:thorsten_friedrichs@freenet.de] |  |
 
 | > > Gesendet: wednesday, 19. october 2005 03:00 |  |
 
 | > > Betreff: Hex / if / case - many values vergleichen - How? |  |
 
 | > > means I have z.b. a Hexwerte (or others zahlenwert or |  |
 
 | > > I compare whether this with a others übereinstimmt z.b. with IF. |  |
 
 | > > .... (time as example, hopefully was The zuweisung correctly.). |  |
 
 | > > i want but now Verify whether a bestimmter Hexwert (here $4) in |  |
 
 | > > large selection on Hexwerten vorkommt (means normal not only a |  |
 
 | > > einstellige hexzahl, separate mehrstellig (the same but with |  |
 
 | > > $02 $05 $1a ........... |  |
 
 | > > it can thereby a realtiv large number on numbers his. |  |
 
 | > > I know there if I the now in EINER request make wants only The |  |
 
 | > > if (a% = $3) or (a% = $4) or (a% = $5) or ... |  |
 
 | > > I must means jedesmal again complete The first Variable prompt. |  |
 
 | > > gives it a others Possibility or. spelling? |  |
 
 | > > if a% = $3 or $4 or $5 goes goes of course sprachlich (is the Content |  |
 
 | > > a% same $3 or...) but not |  |
 
 | > > programmiertechnisch (becomes Yes somehow binary zusammengesetzt or so. |  |
 
 | > > gives it there an easy, too optisch and übersichtilich better |  |
 
 | > > or must I How supra written everything in detail with if |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  | 
 | 
  | gmx.malenz means:
 
 | > the would whom Programmablauf Yes not speed, separate |  |
 
 | would be but How desired whom code übersichtlicher make . If you |  |
 
 | however speed want, and many values have, then would I so |  |
 
 | a if-request not Profan directly write . is hold simply To |  |
 
 | slow . If however utterly not differently goes, then versuchs over The |  |
 
 | quality the Zahlenmenge . |  |
 
 | with friendly greet Marco |  |
 
  |  
  | 
|   | 
 |  | 
|   | 
 
 
  |