Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/14/2022 in all areas

  1. Here is a rewrite of Wards Curl UDF with the binary portion removed so that it can support external (updated) library's and add support for x64. I added quite a few new header constants and also have included the curl-ca-bundle certificate. I modified the first two "easy" examples to demonstrate using the ca-bundle to verify the SSL peer. I also added a new example showing how to download the certificate chain. The 7.82.0 version dlls are included but they can be replaced with updated versions as they come out in the future. You can find future releases here : https://curl.se/windows/ Let me know if you have any issues. Cheers! 🙂 Curlx64.7z
    1 point
  2. Just a hint : Local $sInput = "a...az019bc.-_" If StringRegExp($sInput, "[^a-z0-9._-]") Then ConsoleWrite("found forbidden chars" & @CRLF) Else ConsoleWrite("Input OK" & @CRLF) EndIf EDIT : @xXKlaskpffXx If you want to check the characters while typing, have a look at e.g. : preventing-invalid-characters-from-being-entered-into-an-input-control
    1 point
  3. Hey works like a charm! Awesome programming A question. Have you tried to replace CRLF by LF in the final .CMD file? (I did it with Notepad++ and it works BTW) 20 kilobytes is 20 kilobytes
    1 point
×
×
  • Create New...