Hi,
I want to know if there is an easy way to do this: The shor version is I need to store string data in an array.. This works:
MsgBuff[0] = "C"
MsgBuff[1] = "A"
MsgBuff[2] = "L"
MsgBuff[3] = "I"
MsgBuff[4] = "B"
MsgBuff[5] = "R"
MsgBuff[6] = "A"
MsgBuff[7] = "T"
MsgBuff[8] = "E"
MsgBuff[9] = " "
But is a pain... Is there anyway to assign the array values all at once? (ie: MesgBuff[]="CALIBRATE "
Bookmarks