URL question

Varen Swaab veggio at mac.com
Fri Mar 18 13:50:22 EST 2005


Klaus

Thanks for the idea but this doesn't work either. There is something 
about this syntax that isn't right. Do you have another idea?

Thanks.


On 18-Mar-05, at 1:57 AM, Klaus Major wrote:

> 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
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list