Hi Team,
I have an array of size 8.
Array=[1,2,3,4,5,6,7,8]
PickedValue=6
How to get remaining part of array( [1,2,3,4,5,7,8] )after picking value 6?
Is there any function available to get it?
Thank you!
Array myarray=[1,2,3,4,5,6,7,8]; int idx= myarray.indexOf(6); myarray.splice(idx,1); return myarray;
14 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved