structure problem

runcdfirst's picture

hi everybody,

i've got this strange problem with a string:

in a composition when i send a string to a two different "string replace" patch, i receive two different value, instead i send the same string to both of two.

what can it be?

comp in attachment.

thanks in advance :)

runcdfirst's picture
Re: structure problem

here the composition.

PreviewAttachmentSize
string.qtz966.08 KB

Swiftlikeninja's picture
Re: structure problem

The search string should be what you are looking for and the replace string is what your replacing it with, so the incoming string of file://localhost/Users/test/Desktop/AngelDevil/Content/immagini/ with the search string of AngelDevil and a replace string of 'TestA' will result in file://localhost/Users/test/Desktop/TestA/Content/immagini/ You also have the string set to Case Sensitive which means Devil is not a match for devil.

runcdfirst's picture
Re: structure problem

hi and thank you for the answer :)

i know it, but if you look at the comp, i've got a member get out from a "structure key memeber", and its

file://localhost/Users/test/Desktop/AngelDevil/Content/immagini/002.jpg

i send it to a two string printer and in the input of them value is different!

in one is

file://localhost/Users/test/Desktop/AngelDevil/Content/immagini/002.jpg

in the other is

file://localhost/Users/test/Desktop/AngelDevil/Content/immagini/001.jpg

so thats weird...