Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some simple help
#1
Hello

I am trying to make a string, and use it as part of the URL I call in the browser

like web "http://www.siccmade.com/ STRING HERE /"

so if string was 1, it would be siccmade.com/1/
if string was 2, it would be siccmade.com/2/

coming up in the browser window.

Can anyone help me?
#2
Macro
Code:
Copy      Help
str website url
url="info"
website.from("www.siccmade.com/" url "/")
web website 8
Taking on Quick Macros one day at a time
#3
Pretty much the same thing as QM Assistant, but another one:

Function Function4
Code:
Copy      Help
str website url
url="info"
website.format("www.siccmade.com/%s" url)
web website
#4
Thank you both so very much.

The code is working perfect now. That is exactly what I needed.

Your help is greatly appreciated.


Forum Jump:


Users browsing this thread: 2 Guest(s)