Ted Bunny
Ted Bunny
CC#
Created by Ted Bunny on 3/12/2023 in #help
Batch script issue with spaces in strings
Oh nice, good catch. Thanks!
7 replies
CC#
Created by Ted Bunny on 3/12/2023 in #help
Batch script issue with spaces in strings
But the filepath has spaces in it. Wouldn't that cause it to parse the spaces outside of the string?
7 replies
CC#
Created by Ted Bunny on 3/12/2023 in #help
Batch script issue with spaces in strings
So, I encapsulated the original string definition in quotes. I thought it would avoid it parsing spaces when I concatenate it with the %%a series member. I've tried encapsulating that concatentation in quotes, tried it without, tried removing the tilde, all have the same effect. Any ideas?
7 replies
CC#
Created by Ted Bunny on 9/16/2022 in #help
Type as Parameter, and string[] from Linq
Ah, ok. I'll keep that in mind, thank you!
10 replies
CC#
Created by Ted Bunny on 9/16/2022 in #help
Type as Parameter, and string[] from Linq
Umm catthinking You guys rule
10 replies
CC#
Created by Ted Bunny on 9/16/2022 in #help
Type as Parameter, and string[] from Linq
I'll give that a shot, thanks!
10 replies
CC#
Created by Ted Bunny on 9/16/2022 in #help
Type as Parameter, and string[] from Linq
1. How do I do that? 2. I need to return a string[] that is a concatenation of all the Traits' Rolls string[]s
10 replies
CC#
Created by Ted Bunny on 9/14/2022 in #help
CS0229 false positive?
It looks like there was another class named identically. Sorry for the mixup!
8 replies
CC#
Created by Ted Bunny on 9/14/2022 in #help
CS0229 false positive?
I've never had that issue with an override before
8 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
Thanks, all!
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
Yeah, I'm really not liking the clunky syntax of the KVP stuff. I'll give that a shot.
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
Is there a better structure than List<KVP>? I've never used it before
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
I used the auto-suggested version, I forget what it looked like
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
I need non-unique keys
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
Adding that does what I needed. Thanks!
15 replies
CC#
Created by Ted Bunny on 8/23/2022 in #help
Abstract List of KeyValuePairs
Ah ok, I forgot the {get;}
15 replies