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

Method GetStringCaseSense

Source/script.cpp:10198–10205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10196}
10197
10198VarSizeType Script::GetStringCaseSense(char *aBuf)
10199{
10200 if (!aBuf)
10201 return 3; // Room for either On or Off
10202 // For backward compatibility (due to StringCaseSense), never change the case used here:
10203 strcpy(aBuf, g.StringCaseSense ? "On" : "Off");
10204 return 3;
10205}
10206
10207VarSizeType Script::GetFormatInteger(char *aBuf)
10208{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected