Jump to content

case structure error


Recommended Posts

You have one case structure, that has two cases 'write' and 'read'.

Both case-names are in red because they don't match the selector data-type (an unconnected selector defaults to boolean allowing 'False' and 'True').

If you want to use a string as selector you need to add a 'default' case (or make one of the two cases default).

You could also add a Boolean as selector, making it a read or write boolean.

Ton

PS if you are in the error dialog (ctrl-L), you can double click on the error and you'll get send to the error.

Link to comment

You have one case structure, that has two cases 'write' and 'read'.

Both case-names are in red because they don't match the selector data-type (an unconnected selector defaults to boolean allowing 'False' and 'True').

If you want to use a string as selector you need to add a 'default' case (or make one of the two cases default).

You could also add a Boolean as selector, making it a read or write boolean.

Ton

PS if you are in the error dialog (ctrl-L), you can double click on the error and you'll get send to the error.

thanks a lot. for you information ,i handle with the problem.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.