C# var the use of problem?

  • Автор темы Автор темы b1nfen9
  • Дата начала Дата начала

b1nfen9

Client
Регистрация
28.01.2013
Сообщения
56
Реакции
0
Баллы
6
CM~422)K`LK}ZEWB]C_X@H0.jpg ?? In the WIKI the above copied down test will not work
 
Посмотреть вложение 3738 ?? In the WIKI the above copied down test will not work
Do you want use Spintax or Split method?
Spintax method takes one parameter (code from wiki):
JavaScript:
Развернуть Свернуть Копировать
var yourText = "{Hi|Hey}";
return Macros.TextProcessing.Spintax(yourText);
But Split method takes three parameters (code from wiki)
JavaScript:
Развернуть Свернуть Копировать
var yourText = "email:password";
return Macros.TextProcessing.Split(yourText,":","all").Count();
You something mixed up when you have copied code. I should say in documentation all correct.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)