Hello Again I Recently showed you how to make
a Number Counter (Range) Well now im going to
show you how to count how many Characters are
in inputbox. ENJOY Oh and once again this
tutorial is "SIMPLE"
Thanks for Watching
rate,subscribe,comment
Thanks for watching =)
Have a nice day
Code:
do
Dim a
b=inputbox("Type what you would like to Len")
a=Len(b)
Msgbox("This is the amount of character in your text: " & a)
if b=("EXIT00") Then
wscript.quit
end if
loop
Link to this comment:
Video Responses