Search results for query: *

  • Users: servox
  • Content: Threads
  • Order by date
  1. S

    Question Help Needed to make animation from pattern string for displaying Bingo winning patterns

    Hi all I'm having a problem creating an animation to show the winning patterns of a bingo game. this is the string for the pattern, this is a 5x5 pattern. so 25 characters for each pattern. first 5 characters are for line one, next 5 are for line 2 etc dim strPattern as string =...
  2. S

    Resolved Help Need to Select Correct file based on serial number

    Hi All I'm currently using this method to select the file based on the serial number, but ideally would like to find a better way minimize the code Each file contains 5000 lines per file and I have currently have over 100+ files and growing as more data is added, so that's a lot of coding...
  3. S

    Question Regex pattern help

    Hi all I’m trying to search a string using Regex and have trouble finding a pattern I have a string which is spilt into 3 groups of 5 numbers 01 00 01 01 01 00 00 00 00 00 01 00 01 00 01 I want to count how many 00 their is in each group and hopefully get the position in the string The...
  4. S

    Question Regex Pattern Help

    Hi all I’m trying to search a string using Regex and have trouble finding a pattern I have a string which is spilt into 3 groups of 5 numbers 01 00 01 01 01 00 00 00 00 00 01 00 01 00 01 I want to count how many 00 their is in each group and hopefully get the position in the string The...
  5. S

    Question how to retrieve row, update and lock from another user?

    Hi all I have setup a database with 15 bingo numbers per row (see image), I'm trying to search for the first ticket number which is in a column is called number and then retrieve bingo numbers and update the printed column from no to yes to stop it being read again. the problem that I'm having...
Back
Top