Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance,Force
- Pig:= [[],{}] ;[[],{1:"",2:"",3:"",4:""}]
- ;oPig:=[[],{}]
- Bot_Object:=[[],{}]
- select:= 1
- if(select=1){
- i:=1
- j:=2
- Loop 5
- {
- Pig[i].1:="here"
- Pig[i].2:="here"
- Pig[i].3:="here"
- Pig[i].4:="here"
- i++
- }
- dmp(Pig,Bot_Object)
- MsgBox, 262144, ,% "1 " Pig[j].1 "`n2 " Pig[j].2 "`n3 " Pig[j].3 "`n4 " Pig[j].4
- }
- if(select=2)
- {
- Bot_Object[5]:= {1:"Here",2:"Still Here",3:"Here",4:"Still Here"}
- MsgBox, 262144, ,% Bot_Object[5].2
- dmp(Pig,Bot_Object)
- }
- Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement