You can only start the wizard from the BlueParq Designer.
BlueParq Designer
- Press the right mouse button, the BlueParq Radial Menu will present itself.
- Press the Add cmdlet call button
Create a variable first
- In order to work with the variable invocation wizard, you first have to create a variable assignment.
- The fastest way is to click on the sign of the Variables node.
- Create a string, just like the example below.
- Press Save to add the variable.
The variable invocation wizard
- After opening the wizard the following screen will be displayed:
- Press the icon, the following list will be presented (based on the selected type of the variable).
- In our example we will choose to split the variable on the {space} between Hello World.
- Within the separator text box add a white space.
A world of possibilities
There are so many different types, methods and properties, we can't sum them up. But a good place to start is MSDN. As an example you can find the information for String here.
- Press Finish.
Result in the BlueParq Designer
Result in the BlueParq Editor
[String] $StringHelloWorld = "Hello World"
$StringHelloWorld.Split(" ")