Jump to content
UBot Underground

Cinna

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Cinna

  • Rank
    Newbie

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

712 profile views
  1. Thanks, I will give that a shot!
  2. Oh wow, you guys are fast around here! Sorry, I should have thought to do that at first... Here's what I had so far: ui text box("Full Name",#Full name) create table from file("",&Hill student info) clear list(%Full Name) add list to list(%Full Name,$list from text(#Full name,", "),"Delete","Global") remove from list(%Full Name,1) set(#Last name,$list item(%Full Name,0),"Global") set(#First name,$list item(%Full Name,1),"Global") set(#Student Position in Table,$plugin function("TableCommands.dll", "$table search", &Hill student info, $plugin function("TableCommands.dll", "$table sea
  3. Hi all, I'm new around here, but I've been lurking for a bit. I've been playing with the program for a while now and have managed to do so much already! I'm working on a bot for my job, auto enrolling students with data from a table. What I'd like to do is find the row of each student and from there pull their data into the form. I have it set up where I just paste in the correct name and it saves it as a variable (as well as pulling the first and last name into their own variables), then I planned to search the table for the "Full Name" variable to find that person's row (wasn't sure wher
×
×
  • Create New...