Jump to content

vexpression: invalid array literal for type float


Recommended Posts

Thanks Marty.

Without I get another error (see attached), highliting the letter t in a string variable?? and the curly after 'else'

But then, last resort, I simply cut and paste the block of code and the error goes away!  A bug or a feature?:)IMG_20170530_195432.jpg

 

Edited by art3mis
Link to comment
Share on other sites

do you have a sample file; this is error free here:

float forcescale;

if (@Frame > 24) {
    forcescale = 5.41;
} else {
    forcescale = 0;
}

Edited by tar
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...