I copied this example from the online documentation but I just can't get it to work. I have tried every syntax I can imagine and I still get the full artist name in 'field2'. What am I missing?
get_browsed_song "Artist" & param_cast "text" 5 & browsed_song 'field2'
get_browsed_song "Artist" & param_cast "text" 5 & browsed_song 'field2'
发表时间 Tue 19 Nov 19 @ 9:52 pm
You are missing nothing:
This is one of the multiple "not working properly anymore but nothing have been changed" parameters passing related
this one have a simple workaround:
get_browsed_song "Artist" & param_cast "text" 5 & param_cast text & browsed_song 'field2'
why does this work ? honestly I don't know
This is one of the multiple "not working properly anymore but nothing have been changed" parameters passing related
this one have a simple workaround:
get_browsed_song "Artist" & param_cast "text" 5 & param_cast text & browsed_song 'field2'
why does this work ? honestly I don't know
发表时间 Wed 20 Nov 19 @ 1:16 am
Yes! It works. Thanks!
发表时间 Wed 20 Nov 19 @ 1:46 am