URL question
Klaus Major
klaus at major-k.de
Fri Mar 18 04:57:53 EST 2005
Hi Varen,
> Hi all,
>
> I'm new at this so please go easy...
>
> I'm trying to put a global variable into a url string and I'm not
> getting it to work. I think my syntax is messed up. The variable is
> set properly. The variable is named "user" and has a value of "3".
>
> get url "http://www.domain.com/view/xml/name/&user&"
>
> Does anyone have any suggestions on how to write this?
maybe you mean this:
get url("http://www.domain.com/view/xml/name/" & user)
?
You have to "build" the appropriate string first...
> Thanks very much
>
> Var
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list