I have a question, is it impossible to use the picked value from window of Manipulation function as a variable that will change, for instance, after you change the value in the window itself. Could you help me with that? Thanks
As the Moderation Team indicated I can only guess; you probably need the option LocalizeVariables -> False, e.g.:
LocalizeVariables -> False
Manipulate[x, {x, 0, 1}, LocalizeVariables -> False]
After this the variable x has its last adjusted value.
x
Welcome to Wolfram Community!Please make sure you know the rules: https://wolfr.am/READ-1STYour post is too vague. Please describe your subject extensively providing the details, code examples, and other relevant ideas, so it is clear what exactly you are looking for.