Hi Aurel, I introduced this quite recently.
cast is used to make a variable appear as a different type, like casting an actor to play Hamlet.
This is a sys variable, but we want it to be used as a char* or zstring * if you prefer.
You can try as instead:
pr+=i tab as char * pz[ i ] cr
Charles