Hi all,

these suggestions probably have been posted before but i am wondering if the following are going to be implemented in newer versions of kix...

- Large(r) integers (humongous integers )
- With statement
With all the com automation in kix it would be handy to have syntax like :

code:

$object = getobject ("Winnt://mvdw.nl/mvdw,user")
with $object
.name = mvdw
.description = "scriptkiddie"
.primgroup = "KIX"
end


i think i have seen that in other languages...

and as cj has already mentioned the hash tables. or associative arrays as i like to call them (if you're from holland hash isn't primarily associated with scripting ) or "records" as they were called in Pascal (weren't they ??)
Perhaps the with statement could also work with associative arrays ??
Any signal that they will be incorporated in the future would put a big on my face as (especially) the large integers is the only reason i have to want to learn something like perl.. naturally i'd prefer to stay in KIX.

_________________________
rgrds, Maarten