How to write an empty String Value Registry?

Hi everyone!

I’m playing with Registry values, I’m doing String Values, without problem.

For example:

reg3.Value("RemoteService") = "apple007machj96"

But when I wanna write an empty String Value, It creates a Multi-String Value:

reg3.Value("RemoteService") = ""

What Am I doing wrong?

Thanks in advance!

[quote=269596:@Gerardo García]Hi everyone!

I’m playing with Registry values, I’m doing String Values, without problem.

For example:

reg3.Value("RemoteService") = "apple007machj96"

But when I wanna write an empty String Value, It creates a Multi-String Value:

reg3.Value("RemoteService") = ""

What Am I doing wrong?

Thanks in advance![/quote]
I solved putting a space between quotes :smiley: :stuck_out_tongue: