strange adding
Tobias
tobias.fw at gmail.com
Wed Mar 24 15:56:42 UTC 2010
Hej there,
I have a rather VB-related problem for a current E-Prime file.
In a script I want to change an EEG marker according to a certain
condition:
if condition = 2 then
dim newmarker as integer
newmarker = c.getattrib("Marker")
newmarker = newmarker + 10
c.setattrib "MarkerSearch", newmarker
end if
What E-Prime does is as follows: if the marker is 33 it will be 1033
afterwards. So it "adds" a ten in front of the number. Samewise, if I
added + 2, it will put a 2 in front of the number. This is strange as
"newmarker" is an integer.
Even when I use "CInt(c.getattrib("Marker"))" which should turn any
string into an integer, this doesn't change anything.
Anyway out of here?
THX,
Tobias
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
More information about the Eprime
mailing list