Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/01/2023 in all areas

  1. jugador

    Getref [vbscript type]

    https://www.oreilly.com/library/view/vbscript-in-a/0596004885/re109.html https://www.autohotkey.com/docs/v1/lib/Func.htm ; #FUNCTION# ============================================================================= ; Name ..........: __GetRef ; Syntax ........: __GetRef($o_FunName = '', Const $p1 = Default, Const $p2 = Default, Const $p3 = Default, Const $p4 = Default, _ ; Const $p5 = Default, Const $p6 = Default) ; Parameters ....: $o_FunName - Callbacks Function Name ; $p1 - [optional] ; $p2 - [optional] ; $p3 - [optional] ; $p4 - [optional] ; $p5 - [optional] ; $p6 - [optional] ; Return values .: Object ; Author ........: jugador ; ======================================================================================== Example 1 Example 2 Example 3 Example 4 Example 5 #include "GetRef UDF2.au3" __ExampleA() Func __ExampleA() Local $TestB = __GetRef('MsgFunction', 'PrintMsg') $TestB() EndFunc Func PrintMsg($friend) ConsoleWrite(2 & @crlf) ConsoleWrite("How " & $friend & @crlf) ConsoleWrite(3 & @crlf) EndFunc Func MsgFunction($myFunc) ConsoleWrite(1 & @crlf) Call($myFunc, "are You?") ConsoleWrite(4 & @crlf) EndFunc Example 5 output: 1 2 How are You? 3 4 GetRef UDF: GetRef UDF2.au3 GetRef UDF3.au3
    1 point
  2. This article describes who was involved in cracking the Enigma.
    1 point
  3. Small correction to my previous code: for $x=1 to 3 ReadFiletoClip(($x*2)-1) MsgBox (270336,"Clipboard holds",ClipGet()) Next Now it should read the 1st and the second line first, then 3rd+4th, then 5th and 6th.
    1 point
  4. Just uploaded a fix for SciTEConfig.au3 which contained the remains of some debugging which I clearly didn't finish properly, so was still in Development stage and somehow got into this Beta. Will be included in the Installer and portable zip when I am done with the LUA changes currently in progress.
    1 point
×
×
  • Create New...