AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 23.09.2010, 05:27   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
fatihdemirci: Diziler(Arrays) && Containers
Источник: http://www.fatihdemirci.net/index.ph...ys-containers/
==============

Array tanımlanırken isiminin sonuna köşeli parantez koyulur ( [ ] ).
Eleman sayısını bu köşeli parantez içinde belirtebilirsiniz
Değer atamak istediğinizde hangi array elemanına değer atanacağını belirtebilirsiniz.

X++:
real     realUnlimtedArray[];        // Unlimited index values
real     realLimitedArray[10];      // maximum of 10 values
;
realLimitedArray[2] = 3.142;
Containers

Container değişkeni birbirinden farklı değer tiplerini içerebilir. Bu değer tipleri basit ya da extended olabilir, arrayler ve diğer containerlar dahil. Ancak sadece sınıflar contanierlar içine yerleştirilemezler.

Container metodları:

* conPeek()
* conDel()
* conNull()
* conFind()
* conIns()
* conPoke()
* conLen()

Örnek:
X++:
container     c;               // the container is declared
int    i, j;
str   txt;
;
c = [10, 20, "test"];        // the container has 3 values set
print conPeek(c, 3);       // the third element is printed
[i,j,txt] = c;// other variables are set from the container
Источник: http://www.fatihdemirci.net/index.ph...ys-containers/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
Insert containers into container Blog bot DAX Blogs 5 16.02.2010 21:28
SysDictCoder: Dealing with containers Blog bot DAX Blogs 2 05.05.2009 10:04
jinx: Microsoft Dynamics AX - X++ und .NET (CLR) Arrays Blog bot DAX auf Deutsch 0 03.03.2009 03:08
Issues concerning X++: Using arrays with CLR interop Blog bot DAX Blogs 0 25.06.2007 12:40
Глюки, которые надо исправить mazzy Обсуждение форума 51 11.06.2004 13:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 10:28.