M
Mike Lambert
How do you convert a string that holds a valid guid value to a variable of
guid type.
ex.
dim sTest as string
dim gTest as guid
sTest="4D36E96A-E325-11CE-BFC1-08002BE10318" 'valid guid
gTest=sTest 'Error on this line. What would be the proper function to
call..
Thanks Mike.
guid type.
ex.
dim sTest as string
dim gTest as guid
sTest="4D36E96A-E325-11CE-BFC1-08002BE10318" 'valid guid
gTest=sTest 'Error on this line. What would be the proper function to
call..
Thanks Mike.