--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to a topic in the Google Groups "Harbour Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/harbour-users/VcDpkLY9m5U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/aac03412-3337-ddc6-6a70-96cfc57c5aa2%40engwall.com.
i = 1 and i := 1 are the same, but i := 1 can be used inside another things:
a := b := 5
IF ( b := 1 ) == 1
== makes exact comparision, more important on strings
test:
? "A" = "AB", "AB" = "A", "A" == "AB", "AB" == "A"
You can use any type, but each type have it's own visibility,
check about the types.
On a single module you do not see difference.
José M. C. Quintas
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/59d51838-a77f-4477-bc87-73036f440425n%40googlegroups.com.