Using not in Rap
Hello
One RAP feature that I often wish was different is:
Statements like
"if not MyPipeline['myBoolean'] then Action"
will compile in RAP but will not run, whereas
"if (MyPipeline['myBoolean']=False) then Action"
will compile and run.
rbEnt 6.02, D6 Pro
Regards
Russell
One RAP feature that I often wish was different is:
Statements like
"if not MyPipeline['myBoolean'] then Action"
will compile in RAP but will not run, whereas
"if (MyPipeline['myBoolean']=False) then Action"
will compile and run.
rbEnt 6.02, D6 Pro
Regards
Russell
This discussion has been closed.
Comments
pipeline field value to a local boolean variable.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com