string parser bug - need your help asap! plz
"delete element" expression is completely bugged
lets say i have 3 elements and i want to delete the 2nd element
it will delete both 2nd and 3rd elements.
if i have lots of elements (more than 3) it will delete the second only but leave the delimeter behind...
please does any1 have the source of the SP extension? or know how to go around this problem? cuz I must use that expression?
example of bug:
http://rapidshare.com/files/175835454/spbug.mfa.html
Re: string parser bug - need your help asap! plz
Work around
Put a ending , on your string and it seems to work
Re: string parser bug - need your help asap! plz
Hi, i've made a new "Delete Element" function using C# and Greyhill's great dotNET extension.
if anyone encounters the same problem he can use this function instead of using the String Parser's "Delete Element" function.
tested by me and Ricky123 :)
Example using the dotNET extension
you'll need the newest dotNET extension for this to work correctly.
if for some reason you don't have code inside the dotNET extension which is inside the MFA file:
put this text into it