Jump to content
UBot Underground

upload list and print text


Recommended Posts

How do I type text from a list into a field? :blink:

 

I am using the ui command "open file" so the user can choose a list topic.txt

 

I then want to "type text" into a field from the list one item at a time.

 

I get the following message when I "type text"

 

 

"Warning you have exceeded the range of the list"

 

(see attached)

B)

post-5121-0-59010300-1339546426_thumb.png

post-5121-0-19051300-1339546862_thumb.png

Link to post
Share on other sites

Did you add list to list first? I don't see that in the screenshots...

 

Then use whatever variable your open file is set as, as the list to add?

  • Like 1
Link to post
Share on other sites

Thanks!

 

I set-up a little test loop. (see attached)

 

ui open file("test:", #test)

loop(2) {

add list to list(%testing, %test, "Delete", "Global")

type text(<name="text0">, $next list item(%testing), "Standard")

}

post-5121-0-86563500-1339554935_thumb.png

Link to post
Share on other sites

Here you go:

 

ui open file("test:", #test)

add list to list(%testing, $list from file(#test), "Delete", "Global")

loop(2) {

type text(<name="text0">, $next list item(%testing), "Standard")

}

 

You left out $list from file when you were adding list to list. ;)

 

I also moved the add list to list outside of the loop.

 

HTH,

Justin

  • Like 1
Link to post
Share on other sites

well I was doing this in aweber, but I thought that might of been the problem as well so I tried the search field in google with the same results.

 

 

I don't know if it could have anything to do with windows (Is that even a possibility?). I created a file a file on a mac and brought that into windows but same result.

 

 

I am kinda stumped on this one.

:huh: :blink: :huh:

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