Visual basic code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-10-17 01:43 PM
How to write visual basic code inside blueprism, what kind of libraries we have to import, can anyone elaborate it and explain it.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-10-17 02:35 PM
Use the code stage to house your .Net code, with inputs and outputs to pass variables. References and namespaces are set up in the Page Information box of the Initialise page. Inside is also a section for global code, where you could put a function or variable for all the other code stages to see.
