H
Hoi Wong
In new versions of MATLAB, I can do dynamic field like
userdata.('username').electrocardiogram = 4,
where 'username' can be replaced by any string variable. This made my
software design much neater. Does anybody know if C# support that? If so,
what's the syntax?
Thanks in advance.
Cheers,
Hoi
userdata.('username').electrocardiogram = 4,
where 'username' can be replaced by any string variable. This made my
software design much neater. Does anybody know if C# support that? If so,
what's the syntax?
Thanks in advance.
Cheers,
Hoi