it is true that in dynamic mode, sublists have a '...
# suitescript
s
it is true that in dynamic mode, sublists have a 'phantom' line automatically added that represents the active but not 'added' line.
a
@stalbert Could you please explain more or share an example Thanks
s
Untitled
a
@stalbert many thanks, but I'm not using NFT. Is there any way to deal with it without NFT?
s
just have your code act like the line is there? i.e. don't rely on
getLineCount()
in my experimentation, it seems whenever you're in dynamic mode, that phantom line is there even though
getLineCount()
doesn't count it.
a
just have your code act like the line is there? i.e. don't rely on getLineCount()
@stalbert Could you please share an example for this