HI all

HI all
needing some help
I want to run a program at a user selected time (hour/minute)
what I am currently doing is loading that list of times into a listbox then going through that list and checking if that time string matches the current time (and exit that loop if it does)
but there must be a better way
maybe using stringlist or loading the whole list into a string and using pos ?

Comments

  1. but I am not wanting my users to do anything, I was just wanting to know if there is a better way to code what I have coded myself (i.e more efficient way) that is all.

    ReplyDelete
  2. Your users don't have to do anything. You do. You code against the API.

    ReplyDelete
  3. ah, i see your angle now, i didnt look at it that way

    ReplyDelete

Post a Comment