10-11-2021 02:04 PM
A question that I always have with .NET... How does one find the correct constructor (in this case, where is "StringBuilder" in the drop down list? Thanks.
10-12-2021 04:50 AM
you can drag yamaeda's 2011 snippet onto your blockdiagram to spawn the LabView Code,
and then right click the first .net constructor > select constructor :
10-12-2021 08:11 AM
@MGiacomet wrote:
A question that I always have with .NET... How does one find the correct constructor (in this case, where is "StringBuilder" in the drop down list? Thanks.
Yeah, that's always a mess. You search for it on MSDN and find the namespace, if memory serves, and that's what you should use in LV. Or if if was the DLL that holds the namespace ...
10-18-2023 04:01 PM
I needed this, so I made it.
10-19-2023 03:58 AM
@paul_cardinale wrote:
I needed this, so I made it.
People can (could) set other separators, so it's better if you read them from the register instead.
10-20-2023 08:44 PM
@Yamaeda wrote:
@paul_cardinale wrote:
I needed this, so I made it.
People can (could) set other separators, so it's better if you read them from the register instead.
Good point. Here's the upgrade.