in php called object, and can define like this
how to do this with autoit?
array just allow numeric $personal[0] = "some text"
$personal['name'] = "John"; $personal['address'] = "My Adress";
how to do this with autoit?
array just allow numeric $personal[0] = "some text"