Not real sure what you are trying to ask here.
If you don't want to use the Unbundle functions, you can get to the cluster element values using a property node, but the Unbundle functions are far more efficient and using the property nodes would be just as annoying if not more so.
I don't think there is any other way to get at individule cluster elements.
If all the elements in the cluster are of the same data type, you can use the Cluster to Array function, then you could operate on the data in a For or While loop. This might make things a bit easier for you.
Can you provide more details on what you trying to do and exactly what is annoying you?
Ed