RosettaCodeData/Task/String-length/AutoHotkey/string-length-2.ahk

4 lines
66 B
AutoHotkey

String := "Hello World"
StringLen, Length, String
Msgbox % Length