Search results for query: *

  • Users: ddecker
  • Content: Threads
  • Order by date
  1. D

    Communication question

    So when you switch on a pick and roll a lot of times you’ll hear the other guy on defense say “switch”, but what do you say when you want to communicate that you not switching?
  2. D

    Convert string to integer

    Hello, I know it has been mentioned so many times. Just how do I very easily convert a string with a decimal number e.g. string data "1" into an integer? I want a comparison at the end (if (data2 == 1) {...}) to turn on an LED. Many thanks. best regards
  3. D

    Question Anagram Solver with ListBoxes

    Hi guys, I am wanting to create a anagram solver that uses a listbox named listdictionary and another named listscramed. The idea is simple... I want to be able to import a list of anagrams into listscramed and then after click the "solve" button have it look through the word list in...
Back
Top