Code: Select all
put line 1 of the url ("http://somedomain.com/phpscript.php") into field "fldName"
Perhaps it's a bug?
Using MAC OSX 10.9.2 Mavericks.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put line 1 of the url ("http://somedomain.com/phpscript.php") into field "fldName"
Klaus wrote:Hi Shawn,
if it is working in 6.5 but not in 6.6, then it sounds like a bug!![]()
But please try again without the THE, which is not correct syntax:
...
put line 1 of url("http...")
## put line 1 of THE url...
...
THE should only be used to address custom properties.
But I don't think this is causing the problem here.
Best
Klaus
really? Great!shawnblc wrote:...When I took your recommendation and removed the word 'the' both seem to be pulling data now.