Reference/StrLen

From NSIS Wiki
Jump to navigationJump to search

StrLen

user_var(length output) str

Sets user variable $x with the length of str.

StrLen $0 "123456" # = 6

Command introduced with NSIS v1.60