Skip to content

Commit

Permalink
small correnction on callbackcreate
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtr99 authored Oct 24, 2021
1 parent 5583fd5 commit 11a0d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConvertFuncs.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Convert(ScriptString)
RegExMatch(Haystack, NeedleRegEx , OutputVarV2VR, StartingPos) | *_RegExMatch
RegExReplace(Haystack,NeedleRegEx,Replacement,OutputVarCountV2VR,Limit,StartingPos) | RegExReplace({1}, {2}, {3}, {4}, {5}, {6})
StrReplace(Haystack,Needle,ReplaceText,OutputVarCountV2VR,Limit) | StrReplace({1}, {2}, {3}, , {4}, {5})
RegisterCallback(FunctionName,Options,ParamCount,EventInfo) | CallbackCreate({1} , {2}, {3})
RegisterCallback(FunctionNameQ2T,Options,ParamCount,EventInfo) | CallbackCreate({1}, {2}, {3})
LoadPicture(Filename,Options,ImageTypeV2VR) | LoadPicture({1},{2},{3})
LV_Add(Options, Field*) | *_LV_Add
LV_Delete(RowNumber) | *_LV_Delete
Expand Down

0 comments on commit 11a0d14

Please sign in to comment.