Hi All,
I am trying to convert double to int .But facing the below error. Kindly help.
CInt(PageSizeRequired) also gives same error
Both of them are giving me "invalid L-value expression error .
Ensure that the PagesizeRequired variable contains only numbers. Try printing that before converting to int to check.
Verify that the variables you are working with are within the scope of the current workflow or sequence.
Can you try to remove the variable name and then give the variable name again and check it.
Assign that expression to a variable instead of directly passing it. Then pass that int variable in argument.
I tried that it didn’t work .I passed to a variable instead of directly passing it. Then pass that int variable in argument.
Created a new variable it didn’t work either …
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.