I am looking for help in a numerology program
I have different values from 1 to 9 (appearing according the initial name given, several times)
How can I tell the program that " Your name has 2 letters, value 3, Your name has 3 letters, value 5, etc, etc)
Done with stgStringGrid.Cell
Thanks for help
Help for Numerology Program
Re: Help for Numerology Program
len(trim$(name)) ?
best regards
best regards
Re: Help for Numerology Program
Thanks for help Marco
Does not seem to work with what I am looking for!
Does not seem to work with what I am looking for!
Re: Help for Numerology Program
Maybe you mean:
dim a as integer
a=5
"your name has "+str$(a)+" letters"
best regards
dim a as integer
a=5
"your name has "+str$(a)+" letters"
best regards