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

4 lines
66 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
String := "Hello World"
StringLen, Length, String
Msgbox % Length