Horje
reference variable from another script "winforms" c# Code Example
reference variable from another script "winforms" c#
// Assign the value of the extracted variable from the recorded step 'ExtractedVar' to a variable to use in the code
var extrVariableInCode = GetExtractedValue("ExtractedVar");

// Insert the necessary custom code to modify the exctracted value and assign it to a string variable
string newValue = "newValueToAssign";

// Assign the modified variable to a new extracted variable
SetExtractedValue("ModifiedExtrVariable", newValue);




Csharp

Related
linq get values is not in other table Code Example linq get values is not in other table Code Example
make tooltip disappear c# Code Example make tooltip disappear c# Code Example
delay activity in uipath Code Example delay activity in uipath Code Example
c# mysql select into datatable Code Example c# mysql select into datatable Code Example
c# exec command output Code Example c# exec command output Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10