Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Samuel Terrazas
12 discussion posts
I was writing some c# for a macro and wanted to use some interpolated strings because it can make some string writing easier. But was surprised when I got an error saying that $ was unrecognized.

Are interpolated strings not supported?

Interpolated string: $"{categoryindex},{casereasonindex}"

Normal string: categoryindex.ToString() + "," + casereasonindex.ToString()
Aug 10, 2017  • #1
Thomas Malloch (BFS)'s profile on WallpaperFusion.com
The compiler we're using in ClipboardFusion currently doesn't support any C# 6 features. I've added this to our feature request list. I'll be sure to let you know if/when we're able to implement it in a future version :)

Thanks!
Aug 11, 2017  • #2
User Image
Samuel Terrazas
12 discussion posts
Thanks for the information. I'll eagerly await a compiler update.
Aug 11, 2017  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)