Hi guys,
just wondering whether you guys have any idea to loop from the list I have example like below :
@username = ('a','b')
Is there anyway to make the @username list become array1, array2 like other programming?
I know I can put them into table first but I dont wanna do it.
just wondering whether you guys have any idea to loop from the list I have example like below :
@username = ('a','b')
Is there anyway to make the @username list become array1, array2 like other programming?
I know I can put them into table first but I dont wanna do it.