Jump to content
UBot Underground

Seems like UBot doesnt want to follow lines of code.


Recommended Posts

Guys..

Im struggling sanitizing text

I just want to remove all the  "  from a #variable.

I am doing this:

set(#fanpage_post_text, $replace(#fanpage_post_text, "\"", " "), "Global")

and

 

set(#fanpage_post_text, $replace(#fanpage_post_text, "\"", $nothing), "Global")
 

But its like I never added those lines

I even tried adding waiting between those lines, but nothing.

Is this UBot problem?

Link to post
Share on other sites

Nope, I did not, actually Its working for me when I run the nodes.

But when I compile and put it into action is really stubborn and weird, this shouldnt be happening.

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...