455919946 Client Регистрация 31.12.2013 Сообщения 104 Благодарностей 4 Баллы 18 09.04.2014 #1 I have a string suce as "123456" It's length is 6.So I need get The length of a string into zp!who can give me a c# code for getting The length of a string
I have a string suce as "123456" It's length is 6.So I need get The length of a string into zp!who can give me a c# code for getting The length of a string
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 09.04.2014 #2 Код: string stringToCount = project.Variables["reply"].Value; return stringToCount.Length.ToString();
Код: string stringToCount = project.Variables["reply"].Value; return stringToCount.Length.ToString();
455919946 Client Регистрация 31.12.2013 Сообщения 104 Благодарностей 4 Баллы 18 09.04.2014 #3 rostonix сказал(а): Код: string stringToCount = project.Variables["reply"].Value; return stringToCount.Length.ToString(); Нажмите, чтобы раскрыть... string stringToCount = project.Variables["tem"].Value; return stringToCount.Length.ToString(); 还是下面的代码 string stringToCount = project.Variables["{-Variable.tem-}"].Value; return stringToCount.Length.ToString(); 我运行都不行呀
rostonix сказал(а): Код: string stringToCount = project.Variables["reply"].Value; return stringToCount.Length.ToString(); Нажмите, чтобы раскрыть... string stringToCount = project.Variables["tem"].Value; return stringToCount.Length.ToString(); 还是下面的代码 string stringToCount = project.Variables["{-Variable.tem-}"].Value; return stringToCount.Length.ToString(); 我运行都不行呀
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 09.04.2014 #4 You can use Chineese language in this part of forum: http://zennolab.com/discussion/forums/zennoposter.152/
You can use Chineese language in this part of forum: http://zennolab.com/discussion/forums/zennoposter.152/