10-06-2024, 01:43 PM
(This post was last modified: 10-06-2024, 01:44 PM by jrmrhrb00.
Edit Reason: edit
)
LitDev,
In program qdzm107.000 you have the following in the code:
data = "X"
data = data+(R/255)+LDText.LF+(G/255)+LDText.LF+(B/255)+LDText.LF+((1+Cos)/2)+LDText.LF+((1+Sin)/2)+LDText.LF+(S)+LDText.LF+(L)
data = Text.GetSubTextToEnd(data,2)
You start off the data with an x and later remove it. What is the purpose of doing that?
Thanks,
JR
In program qdzm107.000 you have the following in the code:
data = "X"
data = data+(R/255)+LDText.LF+(G/255)+LDText.LF+(B/255)+LDText.LF+((1+Cos)/2)+LDText.LF+((1+Sin)/2)+LDText.LF+(S)+LDText.LF+(L)
data = Text.GetSubTextToEnd(data,2)
You start off the data with an x and later remove it. What is the purpose of doing that?
Thanks,
JR