Hi...

This could be very usefull if the Array Function could do something that PHP could do.

Like

$Array[WordVersion] = "XP"
$Array[WordPath] = "C:\..."

Use String has a Register Index. with This Stuff, we could do a Loop to Store Many Value Inside an Array Faster.. like (Pseudo Code)

foreach ( $variables as $index => $result )
{
$Infos[$$Index] = $result
}

Another this, that could be usefull.. For PC Inventory, is a MD5 Function. To create a Unique HASH of a file, or a String. This way, Software Inventory will be easy to match Hash...