Rank: Newbie
Groups: Registered
Joined: 8/14/2023(UTC) Posts: 3 
|
id_slot1 = 16778240
This works: name = xmlLTAZ.selectSingleNode("//UserInfo/UserId[text()=16778240]").InnerText
This not: name = xmlLTAZ.selectSingleNode("//UserInfo/UserId[text()=id_slot1]").InnerText
I'm desperate, how do I correctly pass the content of a variable
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/23/2023(UTC) Posts: 58  Thanks: 13 times Was thanked: 11 time(s) in 4 post(s)
|
Code:id_slot1 = 16778240
name = xmlLTAZ.selectSingleNode("//UserInfo/UserId[text()=" & id_slot1 &"]").InnerText
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/14/2023(UTC) Posts: 3 
|
|
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close