Rambler's Top100
Форум: MS ACCESSVBVBA MS OfficeMS SQL server
Новые сообщения: 0000

Форум: MS ACCESS

Вопросы связанные с MS ACCESS

Обновить визитку
Участники «Online»
Все участники

 
 

Доброго времени суток, Посетитель!

вид форума:
Линейный форум Структурный форум

тема: Расшифруйте код.
 
 автор: sergio1983   (06.03.2010 в 14:15)   личное сообщение
 
 

Господа помогите понять строку из кода

stDocName = ChrW(1041) & ChrW(1088) & ChrW(1086) & ChrW(1085) & ChrW(1100)

  Ответить  
 
 автор: час   (06.03.2010 в 14:21)   личное сообщение
 
 

Засунь код на событие любой кнопки
Msgbox ChrW(1041) & ChrW(1088) & ChrW(1086) & ChrW(1085) & ChrW(1100)

  Ответить  
 
 автор: sergio1983   (06.03.2010 в 15:08)   личное сообщение
 
 

Пишет название "Клиенты"

А что за оператор ??? что он делает???

  Ответить  
 
 автор: osmor   (06.03.2010 в 16:35)   личное сообщение
 
 

присваивает переменной значение "клиенты"
help по ChrW

  Ответить  
 
 автор: sergio1983   (06.03.2010 в 23:20)   личное сообщение
 
 

Добрый вечер. Подтвердите догатку....Этот оператор кодирует буквы.

  Ответить  
 
 автор: Lukas   (06.03.2010 в 23:29)   личное сообщение
 
 

F1:


Returns a String containing the character associated with the specified character code.

Syntax

Chr(charcode)

The required charcode argument is a Long that identifies a character.

Remarks

Numbers from 0 – 31 are the same as standard, nonprintable ASCII codes. For example, Chr(10) returns a linefeed character. The normal range for charcode is 0 – 255. However, on DBCS systems, the actual range for charcode is -32768 to 65535.

Note The ChrB function is used with byte data contained in a String. Instead of returning a character, which may be one or two bytes, ChrB always returns a single byte. The ChrW function returns a String containing the Unicode character except on platforms where Unicode is not supported, in which case, the behavior is identical to the Chr function.

Note Visual Basic for the Macintosh does not support Unicode strings. Therefore, ChrW(n) cannot return all Unicode characters for n values in the range of 128 – 65,535, as it does in the Windows environment. Instead, ChrW(n) attempts a "best guess" for Unicode values n greater than 127. Therefore, you should not use ChrW in the Macintosh environment.

  Ответить  
HiProg.com - Технологии программирования
Rambler's Top100 TopList