logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ChristoffBW  
#1 Posted : Thursday, August 11, 2022 10:41:05 PM(UTC)
ChristoffBW

Rank: Newbie

Groups: Registered
Joined: 8/11/2022(UTC)
Posts: 7
South Africa
Location: Cape Town

Thanks: 1 times
Hi, I'm busy doing some automations via tcp into vmix. Got it working as intended but spotted an issue with setting text fields of a title input over tcp.
If the value contains an '&' it just ignores it and anything after it. Is there a different syntax I can use to put the value for a field in quotations or brackets or something?
paco3346  
#2 Posted : Thursday, August 11, 2022 11:22:34 PM(UTC)
paco3346

Rank: Advanced Member

Groups: Registered
Joined: 9/10/2015(UTC)
Posts: 130
United States

Thanks: 2 times
Was thanked: 34 time(s) in 31 post(s)
You need to URL encode your ampersand.

Replace it with %24
thanks 1 user thanked paco3346 for this useful post.
ChristoffBW on 8/11/2022(UTC)
ChristoffBW  
#3 Posted : Thursday, August 11, 2022 11:47:32 PM(UTC)
ChristoffBW

Rank: Newbie

Groups: Registered
Joined: 8/11/2022(UTC)
Posts: 7
South Africa
Location: Cape Town

Thanks: 1 times
Originally Posted by: paco3346 Go to Quoted Post
You need to URL encode your ampersand.

Replace it with %24


Gotcha, missed that part in the docs somehow. It's %26 for the ampersand btw ;)

Thanks for the help.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.