AHK-v2-script-converter icon indicating copy to clipboard operation
AHK-v2-script-converter copied to clipboard

StringCaseSense removed in v2

Open mmikeww opened this issue 3 years ago • 0 comments

this is annoying because we were previously checking the value of A_StringCaseSense to handle things like InStr

perhaps we can do a first pass through the script, and if we encounter StringCaseSense command, then we replace that with A_StringCaseSense := assignment, and then set a flag and use that A_StringCaseSense var later on in InStr,StrReplace,Switch conversions

mmikeww avatar Aug 04 '21 16:08 mmikeww