MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetLoopField

Method GetLoopField

Source/script.cpp:11088–11096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11086}
11087
11088VarSizeType Script::GetLoopField(char *aBuf)
11089{
11090 char *str = ""; // Set default.
11091 if (mLoopField)
11092 str = mLoopField;
11093 if (aBuf)
11094 strcpy(aBuf, str);
11095 return (VarSizeType)strlen(str);
11096}
11097
11098VarSizeType Script::GetLoopIndex(char *aBuf)
11099{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected