View Single Post
  #2 (permalink)  
Old 06-24-2009, 04:47 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,311
Default

Hello Colin,

By design the system searches for the before or after string from the beginning of Source String. Hence, if ‘after string’ exists in ‘before string’ then String Manipulation command would return null.

We have amended your sample task. Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder.

To get around this issue, you need to change the occurrence of ‘after string’ to its next occurrence. For e.g. if before occurrence is 1 then after occurrence would be 2 in this case.

Hope that helps.
Attached Files
File Type: atmn Oddity.atmn (354 Bytes, 1 views)
Reply With Quote