Home AMX User Forum NetLinx Studio

Adding a URL in Netlix with // without commenting out code

I am working on a netlinx module that requires to call information using full url's. but wen entering the URL it comments out the rest of the line. Is their any way around that?

Comments

  • TurnipTruckTurnipTruck Posts: 1,485
    I would assume that your URL has to brought in as ascii text. In that case it would be inside 'single quotes' and would not be considered as commented out.
  • nickmnickm Posts: 152
    You could also give the hex or integer representation of that forward slash character. ($2F, 47 respectively)
  • mpullinmpullin Posts: 949
    I would assume that your URL has to brought in as ascii text. In that case it would be inside 'single quotes' and would not be considered as commented out.

    +1. Give us a screenshot if you are still having trouble. // should not be an issue inside of ' '
  • AMXJeffAMXJeff Posts: 450
    mpullin wrote: »
    +1. Give us a screenshot if you are still having trouble. // should not be an issue inside of ' '

    Example: 'http://www.yahoo.com'
  • mpullinmpullin Posts: 949
    AMXJeff wrote: »
    Yes, that would be an example of that, what I was getting after was finding out what makes the OP think that the line is being "commented out" - who knows, maybe they are trying to use microsoft quotation marks ‘ ’
  • AMXJeffAMXJeff Posts: 450
    Ahhhh! Gotcha! Everyone was describing it, thought example would help! Cheers!
Sign In or Register to comment.