thank you charles for clarification, it's not my day
my little "len()" example:
sys var1,var2
string festerText
wstring zstr
festerText = "TestAlpha" ' 9
zstr = "TestBeta" ' 8
print len(festerText)
print len(zstr)
var1=240
print str(len(var1)) ' 3
'all correct here! ;)
b) in example "AsciEdit.o2bas" I have changed this line from len() into sizeof() and all is working fine here, thank you peter for your tipp!
you must take sizeOf()
iccx.dwSize = sizeof(iccx) 'len(iccx )
so in that example from aurel this line 149 has to be fixed with "sizeof(iccx)" for a next oxygen update issue.
best regards, frank