Literal commas in string parameters for custom sequencer commands
Posted: Wed Apr 05, 2023 11:14 am
Sorry if this is documented / already answered (searched, couldn't find), but I have a custom sequencer command that takes a string as its only parameter. However, the problem I encountered is that all commas are interpreted as delimeters for multiple parameters.
That is, the sequence command UpdateText(Bob, Joe, and Sally went to the store) reads as THREE parameters rather than one, as desired.
Now obviously I could use something like a replacement character like $ and simply replace it as a comma, which isn't much work. But I was curious if the sequencer system as is has support for a literal comma or escape comma character or what have you within sequencer commands.
Thanks
-Erik
That is, the sequence command UpdateText(Bob, Joe, and Sally went to the store) reads as THREE parameters rather than one, as desired.
Now obviously I could use something like a replacement character like $ and simply replace it as a comma, which isn't much work. But I was curious if the sequencer system as is has support for a literal comma or escape comma character or what have you within sequencer commands.
Thanks
-Erik