View Single Post
ישן 14-01-08, 20:30   # 5
omaniusd
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 823

omaniusd לא מחובר  

PHP קוד:
string str "Hello World";
string[] mySplitedString str.Split(' '); 
  Reply With Quote