err... that are white spaces that is.
Bob S
On Feb 2, 2017, at 07:41 , Bob Sneidar
mailto:bobsnei...@iotecdigital.com>> wrote:
Actually it works to take out any number of beginning and ending characters.
Bob S
___
use-livecode mailing list
use-live
Actually it works to take out any number of beginning and ending characters.
Bob S
On Feb 1, 2017, at 18:10 , Tom Glod via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
scratch that...bob's solution works and isn't likley to do anything ever
except take out the last space. great
scratch that...bob's solution works and isn't likley to do anything ever
except take out the last space. great jobthere should be no spaces in
URLs anyways..thanks Bob
On Wed, Feb 1, 2017 at 9:05 PM, Tom Glod wrote:
> Bob, I can't really use yours since it doesn't always happen and
> Mi
Bob, I can't really use yours since it doesn't always happen and Mike's
suggestion did not work.. there is no magnifying glass in the variable
watcher, so it is just the last character. replace space with empty also
didn't work. head scratching continues.
On Mon, Jan 30, 2017 at 5:54 PM,
Try replacing the variable holding the URL (let's assume it's tVar) with word 1
to -1 of tVar.
As in put word 1 to -1 of tVar into tVar
Bob S
> On Jan 30, 2017, at 10:34 , Tom Glod via use-livecode
> wrote:
>
> the URL is read as an ITEM from a line in a file that was generated by PHP
> (w
lol..too easywill try that thanks.
On Mon, Jan 30, 2017 at 1:38 PM, Mike Bonner via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Yw.
> Sounds like an easy enough fix. (or instead of rewriting the thing, you
> might be able to read in the item and "replace cr with empty" which
Yw.
Sounds like an easy enough fix. (or instead of rewriting the thing, you
might be able to read in the item and "replace cr with empty" which I
guess is rewriting, so nevermind!)
On Mon, Jan 30, 2017 at 11:35 AM, Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:
> thanks f
thanks for your help Mike.
On Mon, Jan 30, 2017 at 1:34 PM, Tom Glod wrote:
> the URL is read as an ITEM from a line in a file that was generated by PHP
> (which is I am sure where the cr comes from)
>
> PHP code just concatnates label "HTTP Link, item delimiter "=" and the URL
> starting with H
the URL is read as an ITEM from a line in a file that was generated by PHP
(which is I am sure where the cr comes from)
PHP code just concatnates label "HTTP Link, item delimiter "=" and the URL
starting with HTTP.
I think I will just write a little repeat loop to rewrite the URL before I
send it
Mind posting the code that you use to build the url?
On Mon, Jan 30, 2017 at 11:16 AM, Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I will try to clean it somehow as nothing (no cr) appears at the end until
> i run the launch url command i guess i can just rewrite the v
I will try to clean it somehow as nothing (no cr) appears at the end until
i run the launch url command i guess i can just rewrite the variable
somehow. Thanks
On Sun, Jan 29, 2017 at 8:16 PM, Mike Bonner via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Most likely you have an extr
Most likely you have an extraneous cr at the end of the url, and its
showing as html encoded. If thats the case, before you
encode/launch/whatever, remove the cr and it should go away.
On Sun, Jan 29, 2017 at 5:58 PM, Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Liveco
12 matches
Mail list logo