??? 09/20/06 18:47 Read: times |
#124711 - OH NO Responding to: ???'s previous message |
why not use
memcopy(SpecificBuffer, GlobalSerialBuffer, 1024); have you looked at the code there? it is 'universal' for all different memory spaces. SpecificBuffer[index] = GlobalSerialBuffer[index]; refer to specific data spaces. Erik |