Jump to content
UBot Underground

Error Line 1 Char 113 - Help


Recommended Posts

hey guys

 

i have made this script via a spread sheet as i have many of these to do

my problem is that when i copy and paste it in i get an error, i was having issues with the spaces but i seemed to fix them but i still get this errror

 

recognition on line 1 Char 113

 

can any one see where I'm going wrong, thanks in advanced

 

 

 

if($comparison($find regular expression(#results_id_details, "(?<=formatted_address>).+(?=</)"), "=", $nothing)) {
then {
add item to list(%full_address,0,"Don\'t Delete","Global")
 }
 else {
add item to list(%full_address,$find regular expression(#results_id_details,"(?<=formatted_address>).+(?=</)"),"Don\'t Delete","Global")
 }
 }
 

Link to post
Share on other sites

wow, you are correct,

when I copy and paste from the forum it works and when i grab the data that i used to put into the forum it doesn't work (get an error)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...