Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program Solution#5
#6
See how I set that up for you Steve? Smile

I knew AND was a bit thing but I was guessing it would be every other one that would "be equal" like odd and even numbers or a byte thing... but 2 on then 2 off... more that just one bit then but NOT a whole byte. Its the comparing to len(f$) = 2 then, OK. 


So lets try len(f$) = 7
Code: (Select All)
f$ = "1000000"
For i = 0 To 9
    g$ = "1" + String$(i, "0")
    Print i; "f$ = "; Chr$(34); "10"; Chr$(34); " g$ = "; Chr$(34); g$; Chr$(34);
    If Len(f$) And Len(g$) Then
        Print , , " Both equal.";
    End If
    Print
Next

Calling them " Both equal.", still f's with the mind!  LOL
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
Program Solution#5 - by eoredson - 10-21-2025, 12:47 AM
RE: Program Solution#5 - by bplus - 10-21-2025, 01:15 AM
RE: Program Solution#5 - by eoredson - 10-21-2025, 01:34 AM
RE: Program Solution#5 - by SMcNeill - 10-21-2025, 07:13 AM
RE: Program Solution#5 - by bplus - 10-21-2025, 01:41 AM
RE: Program Solution#5 - by bplus - 10-21-2025, 07:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Program Solution#4 eoredson 0 463 06-18-2025, 03:32 AM
Last Post: eoredson
  Program Solution#3 eoredson 1 487 06-17-2025, 04:16 AM
Last Post: SierraKen
  Program Solution#2 eoredson 0 429 06-16-2025, 04:19 AM
Last Post: eoredson
  Program Solution#1 eoredson 0 415 06-16-2025, 04:17 AM
Last Post: eoredson

Forum Jump:


Users browsing this thread: