Hi

calimero22 wrote:
> 
> Is it possible, in Harbour, to use arrays and vectors with a string index,
> like PHP language?
> 
> Example v["dog"]="fuffy" or v["cat"]=1975
> 
> Is it possible that?
> 

Yes.
The syntax is :

v := hb_hash()

v["dog"]="fuffy" 
v["cat"]=1975

? v["dog"]
? v["cat"]

Regards
Pritpal Bedi
-- 
View this message in context: 
http://old.nabble.com/Array-tp26302649p26302995.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to