Lukas Posted November 22, 2012 Report Share Posted November 22, 2012 Is there any possibility to count available rows in selected data table? Now i must add extra row with marker, that is finded by programm - then i known rows count. Is there simplier way to count rows? Link to comment Share on other sites More sharing options...
Gabriel Franco Posted November 22, 2012 Report Share Posted November 22, 2012 Lukas, number of rows are fixed when you create/edit data table. There´s no way to modify it by ladder. Usually I use a pointer to know which row I must write data from. In that way you know how many rows are available. Link to comment Share on other sites More sharing options...
Lukas Posted November 22, 2012 Author Report Share Posted November 22, 2012 Thanks for your answer. I'm creating universal subroutines, and my alarms detection table can have different numer of rows (afcourse predefined) and I need detection of row count. Because this subroutines are universal, I don't want to create constant value in programm. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now