RosettaCodeData/Task/String-length/AutoHotkey/string-length-2.ahk
2023-07-01 13:44:08 -04:00

3 lines
66 B
AutoHotkey

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