Hi!
That's part of your Simple-AddOn Language.Now I'd like to detect the icon I use dynamically.
It should depend on the return value of my function. Functions with number expressions should have different icons than functions with string expressions.
Can you follow me? Do you have any idea how I can solve this?
Regards, Joe
That's part of your Simple-AddOn Language.
memberListItemHashtable["function"] = new IntelliPromptMemberListItem("function", (int)ActiproSoftware.Products.SyntaxEditor.IconResource.Keyword);
It should depend on the return value of my function. Functions with number expressions should have different icons than functions with string expressions.
Can you follow me? Do you have any idea how I can solve this?
Regards, Joe