- Home /
Question by
starnumstudios · Jun 30, 2018 at 06:45 PM ·
c#textapplicationurlinteger
How do I insert a variable into a URL? Please Help!
I am working on a project where I need to have a URL with an integer inside of it. Example: https://blablabla.com/(INTEGER)/blablabla
.
I'm not exactly sure how to do this, and I would really appreciate if someone could give some example code or a point in the right direction.
Thank You!
Comment
Best Answer
Answer by starnumstudios · Jun 30, 2018 at 07:34 PM
I figured it out.
Application.OpenURL("http://blablabla.com/" + INTEGER + "/blablabla");