Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/06/2016 in Posts

  1. 1 point
  2. Melba23

    Trial 7day Problem.

    LuisPro, As you suspected, the site has changed the format for its date presentation. Try changing these lines: $aDate = _StringBetween($sSource, '<div id="anzeige_datum">', '</div>') $sDate = $aDate[0] $aDate = StringSplit($sDate, " ") $sYear = $aDate[$aDate[0]] ; <<<<<<< $sDate = StringTrimRight($aDate[$aDate[0] - 2], 1) ; <<<<<<< $iMonth = 0 Switch $aDate[$aDate[0] - 1] ; <<<<<<< Case "Januar" $iMonth = 1 That works for me now for a single digit date - please come back if it fails when the date has 2 digits, although I rather hope it will still extract it correctly. M23
    1 point
  3. I second the motion. Orange is a nice colour, and it's the only one that contains vitamin C.
    1 point
  4. AutoBert

    Notification Pop Up

    Reading in help about GuiCreate is a good starting point. If you use Outlook, read also
    1 point
  5. Skysnake

    Notification Pop Up

    Hi Our @Melba23 wrote something like that Regards, Skysnake
    1 point
  6. The use of local variables in the global scope only confuses
    1 point
×
×
  • Create New...