Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
iconTextButton -image1 "icons/some.png"; // correct //
string $a = "f:/my_folder/";
iconTextButton -image1 $a + "icons/some.png"; // error: Syntax error // why??
Solved! Go to Solution.