Trying to create a parameter of Pointer to a Pointer as a Parameter.Code: Pascal [Select][+][-]Function Name( Var Item:PInteger); //? Name(@IntegerVariable);
Ok, I'll try that later, I need to step out and have them Reset my heart today, its running like a broken Ford!
Code: Pascal [Select][+][-]Function Name( Var Item:PInteger); //? And in code Land.Code: Pascal [Select][+][-]Name(@IntegerVariable);Compiler does not allow that?