in reply to Re^2: pseudocode for getting data from table
in thread pseudocode for getting data from table
You first need to extract the expression level from the line, then compare it to 100. You can't compare the whole line against 100, as it's a string.IF line >= 100
|
|---|