<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>hi gopa,<BR>
 <BR>
In e-basic, hexadecimal values are prefixed with &H. So, &HD200 denotes the hexadecimal value D200, which is the same as 53760 in base-10. You can use the windows calulator in scientific mode to convert hex to decimal.<BR>
 <BR>
If you put the trigger values in a list object then you should also use the c.GetAttrib('trigger') call in your script at the appropriate place in your inline script. For example:<BR>
 <BR>
WritePort &H378, c.GetAttrib('trigger') <BR>
 <BR>
or:<BR>
 <BR>
mystim.OffsetSignalEnabled = True<BR>mystim.OnsetSignalEnabled = True<BR>
mystim.OffsetSignalPort = &H378<BR>
mystim.OnsetSignalPort = &H378<BR>
mystim.OffsetSignalData = &H00  <BR>mystim.OnsetSignalData = c.GetAttrib('trigger')<BR>
<BR><BR>best<BR>
paul<BR>
 <BR>
Paul Groot<BR>
VU University Amsterdam<BR>
 <BR>
<BR><BR> <BR>

<HR id=stopSpelling>
<BR>
> Date: Thu, 6 Sep 2007 15:39:30 -0500<BR>> From: venug001@bama.ua.edu<BR>> To: eprime@mail.talkbank.org<BR>> Subject: &HD200<BR>> <BR>> Hello everyone what is command &HD200, if &HD378 is an address, what <BR>> is that (&HD200) value referring to?<BR>> Thanks in advance.<BR>> <BR>> Secondly, if I were to assign a trigger value to each MEG condition <BR>> (Control, word, pseudoword) then do I simply list say 1, 9, 17 or 33 <BR>> in a column called "trigger" in the stimlist? Will that then tag my <BR>> MEG files appropriately? Thanks in advance.<BR>> Warm regards<BR>> gopa<BR>> <BR>> <BR>> <BR>> <BR>> <BR>> <BR><BR><br /><hr />Van Windows Live Messenger voor jou: <a href='http://www.messengeremoticonsdownload.nl/' target='_new'>30 gratis waanzinnige emoticons!</a></body>
</html>