This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Simple scripting help
#1
Hello,

I'm having some issues finding a solution to my problem, i'm sure it is very easy but I'm not very good at scripting.
Let's say I have 5 ASCII objects with some value like value1, value2 etc.. I would like to take these values and use math.random function to "scramble" them randomly and write the randomly scrambled values into another set of 5 ASCII objects. Is something like that possible? Also the values cannot repeat, same value cannot be assigned to two of the new scrambled ASCII objects.

EDIT: Also separate question, is there a way to let's say I have ASCII group objects with values, in script i'd like to grp.getvalue them to val1, val2, val3 etc.. and after that use some cycle function to do the random scramble operation above? How would I make it so the cycle knows to move val1 to val2? Let me show example script which might make it more clear but definitely will NOT work.
val1 = "val1"
val2 = "val2"
val3 = "val3"

for (i=1, i<= 3, i++) do
val[i] = grp.write('1/1/[i]')
end

Basically this is exactly what I need to do with the first question above about scrambling them. I'd like to take val1,val2,val3 and randomize those values into 3 group addresses 1/1/1, 1/1/2, 1/1/3 without val1,val2 or val3 repeating in any of those 3 group addresses.
Sorry I know it makes no sense scripting wise but that's what I need to do.

Thank you in advanced!
Reply


Messages In This Thread
Simple scripting help - by Jayce - 15.12.2021, 16:22
RE: Simple scripting help - by admin - 16.12.2021, 06:31
RE: Simple scripting help - by Jayce - 16.12.2021, 11:50
RE: Simple scripting help - by admin - 16.12.2021, 12:35

Forum Jump: