Hi GerdW,
Can you help me with my program?..In my application, I using the 2 GSM modem. Both modems will communicate with each other by sending sms. One of the GSM modem will be the master and one will be the slave. The salve will send an sms to the master every half and hour. If there is any missing data that sent by salve, I will stored the data of date and time when the error occured in the .csv file. Recently I using 'read from spreedsheet file' to access the file. The .csv file will only be read at the end of the day. Means, probably the number of data missing can not be predict. Master will send a number of sms to the salve in order to ask the slave to resend the data on the specific time and date. I am using the vi that u gave to me. My data that i want to send is in the string. Referring to your data grouping vi, just assume that my data will be the string.
Can I limit the length of the string to 60 and sending the data to salve? And the remain string will be send after the 1st string sent. Means, only 1 string (max. length 60) will be send at one time. Do I have to use the for LOOP..

I getting blur with this application..
hope u can assist me..please..thanks..