Home › Forums › V-Control General › [Solved] Put " in your driver als char › Reply To: [Solved] Put " in your driver als char
November 28, 2015 at 13:11
#1029
Participant
It should be also possible to use a variable for this
dim M as string
m = """"""
Scriptresult = "<DestMgr id=M+2+M>"
I did not test this and I think it’s not a much better solution then the first one.