T Tony Tetley Member Licensed User Longtime User May 5, 2026 #1 Working on creating a custom list view. Looking at the example I see this statement: clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$) Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references. Thanks
Working on creating a custom list view. Looking at the example I see this statement: clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$) Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references. Thanks
teddybear Well-Known Member Licensed User May 5, 2026 #2 Tony Tetley said: Working on creating a custom list view. Looking at the example I see this statement: clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$) Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references. Thanks Click to expand... See what is smart string Upvote 1
Tony Tetley said: Working on creating a custom list view. Looking at the example I see this statement: clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 60dip), $"Item #${i}"$) Where can I find the documentation on the meaning of $, # symbols? I have searched the manuals and can find no references. Thanks Click to expand... See what is smart string
T Tony Tetley Member Licensed User Longtime User May 5, 2026 #3 teddybear said: See what is smart string Click to expand... Thank you! Upvote 0