Jump to content
UBot Underground

Selector as a variable?


Recommended Posts

Is it possible to use the selector naming system (i.e. <name='from'>) in a textbox so that an application could be configured to suit a particular page at runtime?

 

I'm trying to do this by just storing it in a variable but I get an invalid parameter error.

 

is there any way to do something like this?

 

Thanks

Link to post
Share on other sites

Whenever you need to replace a string type variable's name with its actual string/text value (like it seems to be your case here) you should try these two things:

  • in Code View (not available to STD licensees like yourself) you need to put the variable's name between curly brackets,
    like this: {#from}
  • in Node View you'll need to drag'n'drop the variable #from taken from the left column of UB's interface,
    under variables: Toolbox-->Parameters-->Variables-->#from (which will do the trick)

HTH...

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