Hello tree error message
if nselected==1.1.1 error message
Now in thanks you, please help me
Professional Software Development Tools
Hello tree error message
if nselected==1.1.1 error message
Now in thanks you, please help me
Man... a number can not have two decimal points. LOL![]()
Never know what life is gonna throw at you.
(Based on a true story.)
change
toCode:nselected == 1.1.1
Code:nselected == 1.1
Check out "String.CompareFileVersions" in the help file I supect you are Comparing file versions, you can also change the code to:
nselected == "1.1.1"
You shouldn't be using String.ToNumber.
nSelected = Tree1.GetSelectedNode("Tree1"); returns a string
if nSelected == "1.1.1" then
Dialog.Message("Notice", "Your message here."); will work
-
= Derek
["All glory comes from daring to begin" - fortune cookie]