Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - babelcher97729

Pages: 1
1
Ask a Question / List Contents to Single String for Comparison
« on: November 08, 2023, 02:36:00 pm »
I need help figuring out how to construct this feature. Lets say i have a list or array containing {A, F, H, I, L} and I want to create a value/attribute of somesort to hold the contents of that list in a single string or combine them into another list as a single string making "AFHIL". I am having trouble finding how to make this happen.

The overall goal is to add letters to a list individually then compare the list entirety to a single entry in another list.
List 1: {D, O, G} -> DOG (place somewhere) and then compare with entry in another list List 2 (Position X): "DOG".

Pages: 1