About 465 results
Open links in new tab
  1. Viewing and Editing Local Variables in WinDbg (Classic)

    Dec 14, 2021 · The Value column displays the current value of each variable. To enter a new value for the variable, double-click the current value and type the new value, or edit the old value.

  2. Clear-Variable (Microsoft.PowerShell.Utility) - PowerShell

    To delete a variable, along with its value, use Remove-Variable or Remove-Item. This cmdlet does not delete the values of variables that are set as constants or owned by the system, even …

  3. Set-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The Set-Variable cmdlet assigns a value to a specified variable or changes the current value. If the variable does not exist, the cmdlet creates it.

  4. Use Environment Variables in a Build - MSBuild | Microsoft Learn

    Aug 14, 2024 · Reference the environment variable the same way you would a variable declared in your project file. For example, the following code references the BIN_PATH environment …

  5. Manage topic inputs and outputs - Microsoft Copilot Studio

    Nov 19, 2024 · Once the Details pane is shown, you can navigate to the Inputs or Outputs tabs, and then create new input or output variables by selecting Create a new variable. For every …

  6. SELECT @local_variable (Transact-SQL) - SQL Server

    Nov 22, 2024 · SELECT @ local_variable is typically used to return a single value into the variable. However, when expression is the name of a column, it can return multiple values.

  7. Functions with Variable Argument Lists (C++) | Microsoft Learn

    May 2, 2025 · You can use variable argument lists when the number and types of arguments to the function can vary. The printf family of functions is an example of functions that have …

  8. How to fix "variable $(workspaceFolder) can not be resolved.

    Sep 23, 2024 · How to fix "variable $ (workspaceFolder) can not be resolved. Please open a folder." amrbahaa 0 Sep 23, 2024, 10:07 AM

  9. Use variables to improve your DAX formulas - DAX | Microsoft Learn

    Oct 30, 2022 · The measure definition can be made more efficient by using a variable, VAR. The following measure definition represents an improvement. It uses an expression to assign the …

  10. Store and manage values in variables in Power Automate - Power …

    Jun 27, 2025 · You can create a variable and declare its data type and initial value all within one action in your flow. You can only declare variables at the global level, not within scopes, …